Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
15403 manish.sha 1
<?php
2
$cakeDescription = __d('cake_dev', 'Madhurvani');
3
?>
4
<!DOCTYPE html>
5
<html lang="en">
6
	<head>
7
	  	<?php echo $this->Html->charset(); ?>
8
		<meta name="google-site-verification" content="oBPRS4ROdbdHyPJTfDe3EKBE0WsAlPdequ7Pazdvm9Y" />
9
	    <meta charset="utf-8">
10
	    <meta name="viewport" content="width=device-width, initial-scale=1.0">
11
	    <meta name="author" content="">
12
	<?php if($this->request->params['controller']=='contents' && $this->request->params['action']=='byslug'):?>
13
        <meta property="og:image" content="http://bhojpurinama.com<?php echo $content['Content']['basepath'].'img/'.$content['Content']['poster'];?>"/>
14
		<meta property="og:title" content="<?php echo $title_for_layout; ?>"/>
15
		<meta property="og:url" content="http:/madhurvani.com/<?php echo $content['Content']['slug'];?>"/>
16
		<meta property="og:site_name" content="Songs"/>
17
		<meta property="og:type" content="website"/>
18
		<meta property="og:description" content="<?php echo $description;?>"/>
19
		<meta name="description" content="<?php echo $description;?>"/>
20
		<meta name="keywords" content="<?php echo implode(',',$tags);?>download latest bollywood songs,english,pop& remix, gazals"/>
21
    <?php endif;?>
22
		<meta property="fb:admins" content="100004076526759"/>
23
	    <title>
24
	    	<?php echo $cakeDescription ?>:
25
 
26
			<?php echo $title_for_layout; ?>
27
		</title>
28
 
29
<link rel="stylesheet" type="text/css" href="http://madhurvani.com/css/style.css"/>
30
		<?php //echo $this->Html->css('style');?>
31
		<?php
32
			echo $this->Html->meta('icon');
33
 
34
			echo $this->Html->css(array('bootstrap','thumbnail-gallery','style'));
35
			echo $this->Html->script(array('jquery-1.10.2','bootstrap'));
36
			echo $this->fetch('meta');
37
			echo $this->fetch('css');
38
			echo $this->fetch('script');
39
 
40
		?>
41
	</head>
42
	<body>
43
		<?php echo $this->element('header');?>
44
		<div class="container">
45
			<?php echo $this->Session->flash(); ?>
46
 
47
			<?php echo $this->fetch('content'); ?>
48
			<?php echo $this->element('footer');?>			
49
		</div>
50
		<?php //echo $this->element('sql_dump'); ?>
51
		<script>
52
		  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
53
		  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
54
		  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
55
		  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
56
 
57
		  ga('create', 'UA-46620910-1', 'hotbhojpuri.in');
58
		  ga('send', 'pageview');
59
 
60
		</script>
61
	</body>
62
</html>