Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<?php
$cakeDescription = __d('cake_dev', 'Madhurvani');
?>
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 
        <meta charset="utf-8">
        <meta name="author" content="Swati Chamoli">
        <meta name="google-site-verification" content="RDwjjMhghmN-0zF-1nqb7j6NFvYv95Iu0ZuukjfDuUc" />
        <?php if($this->request->params['controller']=='contents' && $this->request->params['action']=='byslug'):?>
                <meta property="og:image" content="http://bhojpurinama.com<?php echo $content['Content']['basepath'].'img/'.$content['Content']['poster'];?>"/>
                <meta property="og:title" content="<?php echo $title_for_layout; ?>"/>
                <meta property="og:url" content="http:/madhurvani.com/<?php echo $content['Content']['slug'];?>"/>
                <meta property="og:site_name" content="Songs"/>
                <meta property="og:type" content="website"/>
                <meta property="og:description" content="<?php echo $description;?>"/>
    <?php endif;?>
        <title> <?php echo $cakeDescription ?>: <?php echo $title_for_layout; ?>
        </title>
        <?php if(isset($description)):?>
        <meta name="description" content="<?php echo $description;?>"/>
        <?php endif;?>
        <meta name="keywords" content="<?php echo implode(',',$keywords);?>"/>
        <link href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css" rel="stylesheet">
        <?php
                echo $this->Html->meta('icon');
                //echo $this->Html->script(array('jquery-1.10.2','bootstrap'));
                echo $this->fetch('meta');
                echo $this->fetch('css');
                echo $this->fetch('script');
        ?>
        <?php echo $this->Html->css('autocomplete');?>
        <link href="//madhurvani.com/css/style.css" rel="stylesheet">
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
        
        <!--[if lt IE 9]>
          <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
        <![endif]-->
        <link rel="shortcut icon" href="/bootstrap/img/favicon.ico">
        <link rel="apple-touch-icon" href="/bootstrap/img/apple-touch-icon.png">
        <link rel="apple-touch-icon" sizes="72x72" href="/bootstrap/img/apple-touch-icon-72x72.png">
        <link rel="apple-touch-icon" sizes="114x114" href="/bootstrap/img/apple-touch-icon-114x114.png">
<!--    <script type='text/javascript' src="http://code.jquery.com/jquery-1.11.0.min.js"></script>-->
        <script type="text/javascript" src="<?php echo $base_url;?>js/jquery-1.8.3-min.js"></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/all.js#xfbml=1&appId=644496445592168";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script> 
        <div class="wrapper">
    <div class="box">
        <div class="row row-offcanvas row-offcanvas-left">
                      
                <?php echo $this->Element('sidebar',array('categories',$categories));?>          
          
            <!-- main right col -->
            <div class="column col-sm-10 col-xs-11" id="main">
                <?php echo $this->Element('topnav');?>
                               
                <div class="padding">
                    <div class="full col-sm-9">
                        <!-- content -->                      
                        <div class="row">
                                <?php echo $this->Session->flash(); ?>

                                <?php echo $this->fetch('content'); ?>
                        </div><!--/row-->
                      <hr>
                      <?php echo $this->Element('footer');?>   
                    </div><!-- /col-9 -->
                </div><!-- /padding -->
            </div>
            <!-- /main -->
          
        </div>
    </div>
</div>
<?php echo $this->Element('contactmodal');?>
<script type='text/javascript' src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
<?php echo $this->Html->script('jquery.autocomplete.min');?>
<?php echo $this->Html->script('search');?>
<!-- JavaScript jQuery -->
<script type='text/javascript'>
        $(document).ready(function() {
                /* off-canvas sidebar toggle */
                $('[data-toggle=offcanvas]').click(function() {
                        $(this).toggleClass('visible-xs text-center');
                    $(this).find('i').toggleClass('glyphicon-chevron-right glyphicon-chevron-left');
                    $('.row-offcanvas').toggleClass('active');
                    $('#lg-menu').toggleClass('hidden-xs').toggleClass('visible-xs');
                    $('#xs-menu').toggleClass('visible-xs').toggleClass('hidden-xs');
                    $('#btnShow').toggle();
                });
        });
</script>
    </body>
</html>