Subversion Repositories SmartDukaan

Rev

Rev 14098 | 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>

                <?php
                        echo $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' && $this->params->action == 'admin_add' )):?>
                        <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;?>
                <script type="text/javascript">
                        var base_url = '<?php echo FULL_BASE_URL . Router::url('/');?>';
                        var controller = '<?php echo $this->params->params['controller'];?>';
                </script>
                <script type="text/javascript" src="/js/admin.js?v=<?php echo $staticversion;?>"></script>
                <script type="text/javascript" src="/js/jquery.jeditable.mini.js"></script>
        </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>