| Line 3... |
Line 3... |
| 3 |
<head>
|
3 |
<head>
|
| 4 |
<meta charset="utf-8">
|
4 |
<meta charset="utf-8">
|
| 5 |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
5 |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
| 6 |
<?php if(isset($title) && !empty($title)){?>
|
6 |
<?php if(isset($title) && !empty($title)){?>
|
| 7 |
<title><?php echo $title;?></title>
|
7 |
<title><?php echo $title;?></title>
|
| 8 |
<?php } else{?>
|
8 |
<?php } elseif(isset($stylesheet) && $stylesheet == 'common.css'){?>
|
| 9 |
<title>Mobile Phone Reviews and Best Deals in India | saholic.com</title>
|
9 |
<title>Mobile Phone Reviews and Best Deals in India | saholic.com</title>
|
| 10 |
<?php }?>
|
10 |
<?php }?>
|
| 11 |
<?php if(isset($metaDescription) && !empty($metaDescription)){?>
|
11 |
<?php if(isset($metaDescription) && !empty($metaDescription)){?>
|
| 12 |
<meta name="Description" content="<?php echo $metaDescription;?>"</>
|
12 |
<meta name="Description" content="<?php echo $metaDescription;?>"/>
|
| - |
|
13 |
<?php } elseif(isset($stylesheet) && $stylesheet == 'common.css'){?>
|
| - |
|
14 |
<meta name="Description" content="Comprehensive reviews and Best Deals on mobile phones in India. Experience n' buy online. FREE Next Day delivery. Original product - Full manufacturer warranty."/>
|
| 13 |
<?php }?>
|
15 |
<?php }?>
|
| 14 |
<?php if(isset($metaKeywords) && !empty($metaKeywords)){?>
|
16 |
<?php if(isset($metaKeywords) && !empty($metaKeywords)){?>
|
| 15 |
<meta name="keywords" content="<?php echo $metaKeywords;?>"</>
|
17 |
<meta name="keywords" content="<?php echo $metaKeywords;?>"/>
|
| - |
|
18 |
<?php } elseif(isset($stylesheet) && $stylesheet == 'common.css'){?>
|
| - |
|
19 |
<meta name="keywords" content="Mobile phones, mobile phone reviews, mobile phone, mobile accessories, latest mobile phones, mobile phone prices, mobile phones India, mobile phone comparison"/>
|
| 16 |
<?php }?>
|
20 |
<?php } ?>
|
| 17 |
<link rel="shortcut icon" href="assets/img/favicon.ico" type="image/x-icon">
|
21 |
<link rel="shortcut icon" href="assets/img/favicon.ico" type="image/x-icon">
|
| 18 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
22 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
| 19 |
<!-- <link rel="stylesheet/less" href="<?php //echo base_url();?>assets/css/common.less" type="text/css"> -->
|
23 |
<!-- <link rel="stylesheet/less" href="<?php //echo base_url();?>assets/css/common.less" type="text/css"> -->
|
| 20 |
<?php if(isset($stylesheet) && !empty($stylesheet)){?>
|
24 |
<?php if(isset($stylesheet) && !empty($stylesheet)){?>
|
| 21 |
<link rel="stylesheet" href="<?php echo base_url();?>assets/css/<?php echo $stylesheet.'?version='.$this->config->item('cdn_version');?>" type="text/css">
|
25 |
<link rel="stylesheet" href="<?php echo base_url();?>assets/css/<?php echo $stylesheet.'?version='.$this->config->item('cdn_version');?>" type="text/css">
|