Subversion Repositories SmartDukaan

Rev

Rev 13682 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
13674 anikendra 1
<?php
2
$cakeDescription = __d('cake_dev', 'ProfitTill');
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, maximum-scale=1.0, user-scalable=no">
10
	    <meta name="author" content="">	
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
		<script type="text/javascript" src="<?php echo $base_url;?>js/jquery-1.10.2.js"></script>
17
		<?php
18
			echo $this->Html->meta('icon');
19
			echo $this->Html->css(array('style'));
20
			echo $this->fetch('meta');
21
			echo $this->fetch('css');
22
			echo $this->fetch('script');
23
		?>
24
		<script type="text/javascript">
25
			var me = '<?php echo $logged_user['id'];?>';
26
			var apihost = '<?php echo $apihost;?>';
27
		</script>
28
	</head>
29
	<body>		
30
		<?php echo $this->Session->flash(); ?>
31
		<?php echo $this->fetch('content'); ?>			
32
	</body>
33
</html>