Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
13532 anikendra 1
<?php
13591 anikendra 2
$cakeDescription = __d('cake_dev', 'ProfitTill');
13532 anikendra 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">
10
	    <meta name="author" content="">	
11
		<meta property="fb:admins" content="100000963081268"/>
12
	    <title>
13
	    	<?php echo $cakeDescription ?>:
14
			<?php echo $title_for_layout; ?>
15
		</title>
16
 
17
		<?php
18
			echo $this->Html->meta('icon');
19
			echo $this->Html->css(array('bootstrap','style'));
20
			//echo $this->Html->script(array('jquery-1.10.2','bootstrap'));
21
			echo $this->fetch('meta');
22
			echo $this->fetch('css');
23
			echo $this->fetch('script');
24
		?>
25
		<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
26
	</head>
27
	<body>
28
		<?php echo $this->element('adminheader');?>
29
		<div class="container">
30
			<?php echo $this->Session->flash(); ?>
31
			<?php echo $this->fetch('content'); ?>
32
			<?php //echo $this->element('footer');?>			
33
		</div>
34
		<?php //echo $this->element('sql_dump'); ?>
35
	</body>
36
</html>