Subversion Repositories SmartDukaan

Rev

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

Rev 13591 Rev 13646
Line 20... Line 20...
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
		?>
-
 
25
		<?php if(($this->params->controller == 'skuschemes')):?>
-
 
26
			<script src="//ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
-
 
27
		<?php else:?>
25
		<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;?>
-
 
30
		
26
	</head>
31
	</head>
27
	<body>
32
	<body>
28
		<?php echo $this->element('adminheader');?>
33
		<?php echo $this->element('adminheader');?>
29
		<div class="container">
34
		<div class="container">
30
			<?php echo $this->Session->flash(); ?>
35
			<?php echo $this->Session->flash(); ?>