Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
13672 anikendra 1
<?php $cakeDescription = __d('cake_dev', 'ProfitTill');?>
2
<!DOCTYPE html>
3
<html lang="en">
4
	<head>
5
	  	<?php echo $this->Html->charset(); ?>
6
	    <meta charset="utf-8">
7
	    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
8
	    <meta name="author" content="">	
9
		<meta name="keywords" content="<?php if(isset($tags)){echo implode(',',$tags);}?>freebies, coupons, cashback"/>
10
		<meta name="description" content="<?php echo $description;?>"/>
11
		<meta property="fb:admins" content="100004076526759"/>
12
		<title><?php echo $cakeDescription ?>: <?php echo trim($title_for_layout); ?></title>
13
		<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
13685 anikendra 14
		<link rel="stylesheet" href="<?php echo $base_url;?>css/style.css?v=<?php echo $staticversion;?>">
13672 anikendra 15
		<script type="text/javascript" src="<?php echo $base_url;?>js/jquery-1.10.2.js"></script>
16
		<?php
17
			echo $this->Html->meta('icon');
13685 anikendra 18
			// echo $this->Html->css(array('style'));
13672 anikendra 19
			echo $this->fetch('meta');
20
			echo $this->fetch('css');
21
			echo $this->fetch('script');
22
		?>
23
		<script type="text/javascript">
24
			var me = '<?php echo $logged_user['id'];?>';
25
			var apihost = '<?php echo $apihost;?>';
26
		</script>
27
	</head>
28
	<body>		
29
		<?php //echo $this->element('header');?>
30
		<?php echo $this->Session->flash(); ?>
31
		<?php echo $this->fetch('content'); ?>			
13686 anikendra 32
		<?php //echo $this->element('sql_dump'); ?>		
33
		<script>
34
		  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
35
		  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
36
		  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
37
		  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
38
		  ga('create', 'UA-59241805-1', 'auto');
39
		  ga('send', 'pageview');
40
		</script>
13672 anikendra 41
	</body>
13686 anikendra 42
</html>