Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<?php
$cakeDescription = __d('cake_dev', 'Madhurvani');
?>
<!DOCTYPE html>
<html lang="en">
        <head>
                <?php echo $this->Html->charset(); ?>
                <meta name="google-site-verification" content="oBPRS4ROdbdHyPJTfDe3EKBE0WsAlPdequ7Pazdvm9Y" />
            <meta charset="utf-8">
            <meta name="viewport" content="width=device-width, initial-scale=1.0">
            <meta name="author" content="">
        <?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;?>"/>
                <meta name="description" content="<?php echo $description;?>"/>
                <meta name="keywords" content="<?php echo implode(',',$tags);?>download latest bollywood songs,english,pop& remix, gazals"/>
    <?php endif;?>
                <meta property="fb:admins" content="100004076526759"/>
            <title>
                <?php echo $cakeDescription ?>:

                        <?php echo $title_for_layout; ?>
                </title>

<link rel="stylesheet" type="text/css" href="http://madhurvani.com/css/style.css"/>
                <?php //echo $this->Html->css('style');?>
                <?php
                        echo $this->Html->meta('icon');

                        echo $this->Html->css(array('bootstrap','thumbnail-gallery','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'); ?>
                <script>
                  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
                  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
                  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
                  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

                  ga('create', 'UA-46620910-1', 'hotbhojpuri.in');
                  ga('send', 'pageview');

                </script>
        </body>
</html>