Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
16591 anikendra 1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
	<?php echo $this->Html->charset(); ?>
5
	<title>
6
		<?php //echo $cakeDescription ?>:
7
		<?php echo $this->fetch('title'); ?>
8
	</title>
9
	<meta charset="utf-8">
10
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
11
    <meta name="author" content="">	
12
	<meta name="keywords" content="<?php if(isset($tags)){echo implode(',',$tags);}?>freebies, coupons, cashback"/>
13
	<!-- <meta name="description" content="<?php echo $description;?>"/> -->
14
	<meta property="fb:admins" content="100004076526759"/>	
15
	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
16
	<link rel="stylesheet" href="<?php echo $base_url;?>css/style.css?v=<?php echo $staticversion;?>">		 
17
	<script type="text/javascript" src="<?php echo $base_url;?>js/jquery-1.10.2.js"></script>
18
	<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
19
	<?php
20
		echo $this->Html->meta('icon');
21
 
22
		// echo $this->Html->css('cake.generic');
23
 
24
		echo $this->fetch('meta');
25
		echo $this->fetch('css');
26
		echo $this->fetch('script');
27
	?>
28
</head>
29
<body>
30
	<div id="container" class="container">
31
		<div id="header">
32
 
33
		</div>
34
		<div id="content">
35
 
36
			<?php echo $this->Flash->render(); ?>
37
 
38
			<?php echo $this->fetch('content'); ?>
39
		</div>
40
		<div id="footer">
41
 
42
		</div>
43
	</div>
44
	<?php echo $this->element('sql_dump'); ?>
45
</body>
46
</html>