| Line 4... |
Line 4... |
| 4 |
<!DOCTYPE html>
|
4 |
<!DOCTYPE html>
|
| 5 |
<html lang="en">
|
5 |
<html lang="en">
|
| 6 |
<head>
|
6 |
<head>
|
| 7 |
<?php echo $this->Html->charset(); ?>
|
7 |
<?php echo $this->Html->charset(); ?>
|
| 8 |
<meta charset="utf-8">
|
8 |
<meta charset="utf-8">
|
| 9 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
9 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
| 10 |
<meta name="author" content="">
|
10 |
<meta name="author" content="">
|
| 11 |
<?php if($this->request->params['controller']=='contents' && $this->request->params['action']=='byslug'):?>
|
- |
|
| 12 |
<meta property="og:image" content="http://instafollow.in/<?php echo $content['Content']['basepath'].'img/'.$content['Content']['poster'];?>"/>
|
- |
|
| 13 |
<meta property="og:title" content="<?php echo $title_for_layout; ?>"/>
|
- |
|
| 14 |
<meta property="og:url" content="http://instafollow.in/<?php echo $content['Content']['slug'];?>"/>
|
- |
|
| 15 |
<meta property="og:site_name" content="Songs"/>
|
- |
|
| 16 |
<meta property="og:type" content="website"/>
|
- |
|
| 17 |
<meta property="og:description" content="<?php echo $description;?>"/>
|
- |
|
| 18 |
<?php endif;?>
|
- |
|
| 19 |
<meta name="keywords" content="<?php if(isset($tags)){echo implode(',',$tags);}?>freebies, coupons, cashback"/>
|
11 |
<meta name="keywords" content="<?php if(isset($tags)){echo implode(',',$tags);}?>freebies, coupons, cashback"/>
|
| 20 |
<meta name="description" content="<?php echo $description;?>"/>
|
12 |
<meta name="description" content="<?php echo $description;?>"/>
|
| 21 |
<meta property="fb:admins" content="100004076526759"/>
|
13 |
<meta property="fb:admins" content="100004076526759"/>
|
| 22 |
<title><?php echo $cakeDescription ?>: <?php echo trim($title_for_layout); ?></title>
|
14 |
<title><?php echo $cakeDescription ?>: <?php echo trim($title_for_layout); ?></title>
|
| 23 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
|
15 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
|
| Line 36... |
Line 28... |
| 36 |
if (d.getElementById(id)) return;
|
28 |
if (d.getElementById(id)) return;
|
| 37 |
js = d.createElement(s); js.id = id;
|
29 |
js = d.createElement(s); js.id = id;
|
| 38 |
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=266002386914682&version=v2.0";
|
30 |
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=266002386914682&version=v2.0";
|
| 39 |
fjs.parentNode.insertBefore(js, fjs);
|
31 |
fjs.parentNode.insertBefore(js, fjs);
|
| 40 |
}(document, 'script', 'facebook-jssdk'));</script>
|
32 |
}(document, 'script', 'facebook-jssdk'));</script>
|
| 41 |
<?php //echo $this->element('header');?>
|
33 |
<?php echo $this->element('header');?>
|
| 42 |
<?php echo $this->Session->flash(); ?>
|
34 |
<?php echo $this->Session->flash(); ?>
|
| 43 |
<?php echo $this->fetch('content'); ?>
|
35 |
<?php echo $this->fetch('content'); ?>
|
| 44 |
<?php //echo $this->element('footer');?>
|
36 |
<?php //echo $this->element('footer');?>
|
| 45 |
<?php echo $this->element('sql_dump'); ?>
|
37 |
<?php echo $this->element('sql_dump'); ?>
|
| 46 |
</body>
|
38 |
</body>
|
| 47 |
</html>
|
39 |
</html>
|
| 48 |
|
40 |
|