Subversion Repositories SmartDukaan

Rev

Rev 16591 | Rev 16766 | Go to most recent revision | Details | Compare with Previous | 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>
16720 anikendra 18
	<script type="text/javascript" src="<?php echo $base_url;?>js/apprub.js?v=<?php echo $staticversion;?>"></script>
16591 anikendra 19
	<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
20
	<?php
21
		echo $this->Html->meta('icon');
22
 
23
		// echo $this->Html->css('cake.generic');
24
 
25
		echo $this->fetch('meta');
26
		echo $this->fetch('css');
27
		echo $this->fetch('script');
28
	?>
29
</head>
30
<body>
31
	<div id="container" class="container">
32
		<div id="header">
33
 
34
		</div>
35
		<div id="content">
36
 
37
			<?php echo $this->Flash->render(); ?>
38
 
39
			<?php echo $this->fetch('content'); ?>
40
		</div>
41
		<div id="footer">
42
 
43
		</div>
44
	</div>
45
	<?php echo $this->element('sql_dump'); ?>
46
</body>
47
</html>