Subversion Repositories SmartDukaan

Rev

Rev 13532 | 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','style'));
                        //echo $this->Html->script(array('jquery-1.10.2','bootstrap'));
                        echo $this->fetch('meta');
                        echo $this->fetch('css');
                        echo $this->fetch('script');

                ?>
        </head>
        <body>
                <?php //echo $this->element('header');?>
                <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>