Rev 13646 | Rev 13758 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php$cakeDescription = __d('cake_dev', 'ProfitTill');?><!DOCTYPE html><html lang="en"><head><?php echo $this->Html->charset(); ?><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="author" content=""><meta property="fb:admins" content="100000963081268"/><title><?php echo $cakeDescription ?>:<?php echo $title_for_layout; ?></title><?phpecho $this->Html->meta('icon');echo $this->Html->css(array('bootstrap','admin'));//echo $this->Html->script(array('jquery-1.10.2','bootstrap'));echo $this->fetch('meta');echo $this->fetch('css');echo $this->fetch('script');?><?php if(($this->params->controller == 'skuschemes')):?><script src="//ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script><?php else:?><script src="//code.jquery.com/jquery-1.11.2.min.js"></script><?php endif;?></head><body class="adminpanel"><?php echo $this->element('adminheader');?><div class="container"><?php echo $this->Session->flash(); ?><?php echo $this->fetch('content'); ?><?php //echo $this->element('footer');?></div><?php //echo $this->element('sql_dump'); ?></body></html>