Subversion Repositories SmartDukaan

Rev

Rev 13532 | Rev 13565 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
13532 anikendra 1
<?php
2
$cakeDescription = __d('cake_dev', 'LetUsHaggle');
3
?>
4
<!DOCTYPE html>
5
<html lang="en">
6
	<head>
7
	  	<?php echo $this->Html->charset(); ?>
8
	    <meta charset="utf-8">
9
	    <meta name="viewport" content="width=device-width, initial-scale=1.0">
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"/>
20
		<meta name="description" content="<?php echo $description;?>"/>
21
		<meta property="fb:admins" content="100004076526759"/>
22
		<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">
24
		<?php
25
			echo $this->Html->meta('icon');
26
			echo $this->Html->css(array('style'));
27
			echo $this->fetch('meta');
28
			echo $this->fetch('css');
29
			echo $this->fetch('script');
30
		?>
31
	</head>
32
	<body>
33
		<div id="fb-root"></div>
34
<script>(function(d, s, id) {
35
  var js, fjs = d.getElementsByTagName(s)[0];
36
  if (d.getElementById(id)) return;
37
  js = d.createElement(s); js.id = id;
38
  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=266002386914682&version=v2.0";
39
  fjs.parentNode.insertBefore(js, fjs);
40
}(document, 'script', 'facebook-jssdk'));</script>
41
		<?php //echo $this->element('header');?>
42
		<?php echo $this->Session->flash(); ?>
43
		<?php echo $this->fetch('content'); ?>			
44
		<?php //echo $this->element('footer');?>			
13550 anikendra 45
		<?php echo $this->element('sql_dump'); ?>
13532 anikendra 46
	</body>
47
</html>