Subversion Repositories SmartDukaan

Rev

Rev 16720 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!DOCTYPE html>
<html lang="en">
<head>
        <?php echo $this->Html->charset(); ?>
        <title>
                <?php //echo $cakeDescription ?>:
                <?php echo $this->fetch('title'); ?>
        </title>
        <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
    <meta name="author" content="">     
        <meta name="keywords" content="<?php if(isset($tags)){echo implode(',',$tags);}?>freebies, coupons, cashback"/>
        <!-- <meta name="description" content="<?php echo $description;?>"/> -->
        <meta property="fb:admins" content="100004076526759"/>  
        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
        <link rel="stylesheet" href="<?php echo $base_url;?>css/style.css?v=<?php echo $staticversion;?>">               
        <script type="text/javascript" src="<?php echo $base_url;?>js/jquery-1.10.2.js"></script>
        <script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
        <script type="text/javascript" src="<?php echo $base_url;?>js/apprub.js?v=<?php echo $staticversion;?>"></script>
        <script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
        <?php
                echo $this->Html->meta('icon');

                // echo $this->Html->css('cake.generic');

                echo $this->fetch('meta');
                echo $this->fetch('css');
                echo $this->fetch('script');
        ?>
</head>
<body>
        <div id="container" class="container">
                <div id="header">
                        
                </div>
                <div id="content">

                        <?php echo $this->Flash->render(); ?>

                        <?php echo $this->fetch('content'); ?>
                </div>
                <div id="footer">
                        
                </div>
        </div>
        <?php echo $this->element('sql_dump'); ?>
</body>
</html>