Subversion Repositories SmartDukaan

Rev

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

Rev 13646 Rev 13745
Line 14... Line 14...
14
			<?php echo $title_for_layout; ?>
14
			<?php echo $title_for_layout; ?>
15
		</title>
15
		</title>
16
 
16
 
17
		<?php
17
		<?php
18
			echo $this->Html->meta('icon');
18
			echo $this->Html->meta('icon');
19
			echo $this->Html->css(array('bootstrap','style'));
19
			echo $this->Html->css(array('bootstrap','admin'));
20
			//echo $this->Html->script(array('jquery-1.10.2','bootstrap'));
20
			//echo $this->Html->script(array('jquery-1.10.2','bootstrap'));
21
			echo $this->fetch('meta');
21
			echo $this->fetch('meta');
22
			echo $this->fetch('css');
22
			echo $this->fetch('css');
23
			echo $this->fetch('script');
23
			echo $this->fetch('script');
24
		?>
24
		?>
Line 27... Line 27...
27
		<?php else:?>
27
		<?php else:?>
28
			<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
28
			<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
29
		<?php endif;?>
29
		<?php endif;?>
30
		
30
		
31
	</head>
31
	</head>
32
	<body>
32
	<body class="adminpanel">
33
		<?php echo $this->element('adminheader');?>
33
		<?php echo $this->element('adminheader');?>
34
		<div class="container">
34
		<div class="container">
35
			<?php echo $this->Session->flash(); ?>
35
			<?php echo $this->Session->flash(); ?>
36
			<?php echo $this->fetch('content'); ?>
36
			<?php echo $this->fetch('content'); ?>
37
			<?php //echo $this->element('footer');?>			
37
			<?php //echo $this->element('footer');?>