Subversion Repositories SmartDukaan

Rev

Rev 13570 | Rev 13633 | 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, 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"/>
                <title><?php echo $cakeDescription ?>: <?php echo trim($title_for_layout); ?></title>
                <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
                <script type="text/javascript" src="<?php echo $base_url;?>js/jquery-1.10.2.js"></script>
                <?php
                        echo $this->Html->meta('icon');
                        echo $this->Html->css(array('style'));
                        echo $this->fetch('meta');
                        echo $this->fetch('css');
                        echo $this->fetch('script');
                ?>
        </head>
        <body>
                <div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=266002386914682&version=v2.0";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
                <?php echo $this->element('header');?>
                <?php echo $this->Session->flash(); ?>
                <?php echo $this->fetch('content'); ?>                  
                <?php //echo $this->element('footer');?>                        
                <?php echo $this->element('sql_dump'); ?>               
                <script type="text/javascript">
                        var me = '<?php echo $logged_user['id'];?>';
                        var apihost = '<?php echo $apihost;?>';
                </script>
        </body>
</html>