Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
13532 anikendra 1
<?php
13565 anikendra 2
$cakeDescription = __d('cake_dev', 'ProfitTill');
13532 anikendra 3
?>
4
<!DOCTYPE html>
5
<html lang="en">
6
	<head>
7
	  	<?php echo $this->Html->charset(); ?>
8
	    <meta charset="utf-8">
13567 anikendra 9
	    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
10
	    <meta name="author" content="">	
13532 anikendra 11
		<meta name="keywords" content="<?php if(isset($tags)){echo implode(',',$tags);}?>freebies, coupons, cashback"/>
12
		<meta name="description" content="<?php echo $description;?>"/>
13
		<meta property="fb:admins" content="100004076526759"/>
14
		<title><?php echo $cakeDescription ?>: <?php echo trim($title_for_layout); ?></title>
15
		<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
16
		<?php
17
			echo $this->Html->meta('icon');
18
			echo $this->Html->css(array('style'));
19
			echo $this->fetch('meta');
20
			echo $this->fetch('css');
21
			echo $this->fetch('script');
22
		?>
23
	</head>
24
	<body>
25
		<div id="fb-root"></div>
26
<script>(function(d, s, id) {
27
  var js, fjs = d.getElementsByTagName(s)[0];
28
  if (d.getElementById(id)) return;
29
  js = d.createElement(s); js.id = id;
30
  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=266002386914682&version=v2.0";
31
  fjs.parentNode.insertBefore(js, fjs);
32
}(document, 'script', 'facebook-jssdk'));</script>
13567 anikendra 33
		<?php echo $this->element('header');?>
13532 anikendra 34
		<?php echo $this->Session->flash(); ?>
35
		<?php echo $this->fetch('content'); ?>			
36
		<?php //echo $this->element('footer');?>			
13550 anikendra 37
		<?php echo $this->element('sql_dump'); ?>
13532 anikendra 38
	</body>
13567 anikendra 39
</html>