Subversion Repositories SmartDukaan

Rev

Rev 13567 | Rev 13579 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13567 Rev 13570
Line 11... Line 11...
11
		<meta name="keywords" content="<?php if(isset($tags)){echo implode(',',$tags);}?>freebies, coupons, cashback"/>
11
		<meta name="keywords" content="<?php if(isset($tags)){echo implode(',',$tags);}?>freebies, coupons, cashback"/>
12
		<meta name="description" content="<?php echo $description;?>"/>
12
		<meta name="description" content="<?php echo $description;?>"/>
13
		<meta property="fb:admins" content="100004076526759"/>
13
		<meta property="fb:admins" content="100004076526759"/>
14
		<title><?php echo $cakeDescription ?>: <?php echo trim($title_for_layout); ?></title>
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">
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>
16
		<?php
17
		<?php
17
			echo $this->Html->meta('icon');
18
			echo $this->Html->meta('icon');
18
			echo $this->Html->css(array('style'));
19
			echo $this->Html->css(array('style'));
19
			echo $this->fetch('meta');
20
			echo $this->fetch('meta');
20
			echo $this->fetch('css');
21
			echo $this->fetch('css');
Line 32... Line 33...
32
}(document, 'script', 'facebook-jssdk'));</script>
33
}(document, 'script', 'facebook-jssdk'));</script>
33
		<?php echo $this->element('header');?>
34
		<?php echo $this->element('header');?>
34
		<?php echo $this->Session->flash(); ?>
35
		<?php echo $this->Session->flash(); ?>
35
		<?php echo $this->fetch('content'); ?>			
36
		<?php echo $this->fetch('content'); ?>			
36
		<?php //echo $this->element('footer');?>			
37
		<?php //echo $this->element('footer');?>			
37
		<?php echo $this->element('sql_dump'); ?>
38
		<?php echo $this->element('sql_dump'); ?>		
38
	</body>
39
	</body>
39
</html>
40
</html>
40
41