| Line 1... |
Line 1... |
| 1 |
<!DOCTYPE html>
|
1 |
<!DOCTYPE html>
|
| 2 |
<html lang="en">
|
2 |
<html lang="en">
|
| 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)){?>
|
| - |
|
7 |
<title><?php echo $title;?></title>
|
| - |
|
8 |
<?php } else{?>
|
| 6 |
<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 }?>
|
| - |
|
11 |
<?php if(isset($metaDescription) && !empty($metaDescription)){?>
|
| - |
|
12 |
<meta name="Description" content="<?php echo $metaDescription;?>"</>
|
| - |
|
13 |
<?php }?>
|
| 7 |
<link rel="shortcut icon" href="assets/img/favicon.ico" type="image/x-icon">
|
14 |
<link rel="shortcut icon" href="assets/img/favicon.ico" type="image/x-icon">
|
| 8 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
15 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
| 9 |
<!-- <link rel="stylesheet/less" href="<?php //echo base_url();?>assets/css/common.less" type="text/css"> -->
|
16 |
<!-- <link rel="stylesheet/less" href="<?php //echo base_url();?>assets/css/common.less" type="text/css"> -->
|
| 10 |
<?php if(isset($stylesheet) && !empty($stylesheet)){?>
|
17 |
<?php if(isset($stylesheet) && !empty($stylesheet)){?>
|
| 11 |
<link rel="stylesheet" href="<?php echo base_url();?>assets/css/<?php echo $stylesheet.'?version='.$this->config->item('cdn_version');?>" type="text/css">
|
18 |
<link rel="stylesheet" href="<?php echo base_url();?>assets/css/<?php echo $stylesheet.'?version='.$this->config->item('cdn_version');?>" type="text/css">
|