Subversion Repositories SmartDukaan

Rev

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

Rev 13745 Rev 13758
Line 25... Line 25...
25
		<?php if(($this->params->controller == 'skuschemes')):?>
25
		<?php if(($this->params->controller == 'skuschemes')):?>
26
			<script src="//ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
26
			<script src="//ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
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
		<script type="text/javascript" src="/js/admin.js"></script>
31
	</head>
31
	</head>
32
	<body class="adminpanel">
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(); ?>