| 13532 |
anikendra |
1 |
<?php
|
|
|
2 |
$cakeDescription = __d('cake_dev', 'Madhurvani');
|
|
|
3 |
?>
|
|
|
4 |
<!DOCTYPE html>
|
|
|
5 |
<html lang="en">
|
|
|
6 |
<head>
|
|
|
7 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
|
8 |
<meta charset="utf-8">
|
|
|
9 |
<meta name="author" content="Swati Chamoli">
|
|
|
10 |
<meta name="google-site-verification" content="RDwjjMhghmN-0zF-1nqb7j6NFvYv95Iu0ZuukjfDuUc" />
|
|
|
11 |
<?php if($this->request->params['controller']=='contents' && $this->request->params['action']=='byslug'):?>
|
|
|
12 |
<meta property="og:image" content="http://bhojpurinama.com<?php echo $content['Content']['basepath'].'img/'.$content['Content']['poster'];?>"/>
|
|
|
13 |
<meta property="og:title" content="<?php echo $title_for_layout; ?>"/>
|
|
|
14 |
<meta property="og:url" content="http:/madhurvani.com/<?php echo $content['Content']['slug'];?>"/>
|
|
|
15 |
<meta property="og:site_name" content="Songs"/>
|
|
|
16 |
<meta property="og:type" content="website"/>
|
|
|
17 |
<meta property="og:description" content="<?php echo $description;?>"/>
|
|
|
18 |
<?php endif;?>
|
|
|
19 |
<title> <?php echo $cakeDescription ?>: <?php echo $title_for_layout; ?>
|
|
|
20 |
</title>
|
|
|
21 |
<?php if(isset($description)):?>
|
|
|
22 |
<meta name="description" content="<?php echo $description;?>"/>
|
|
|
23 |
<?php endif;?>
|
|
|
24 |
<meta name="keywords" content="<?php echo implode(',',$keywords);?>"/>
|
|
|
25 |
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css" rel="stylesheet">
|
|
|
26 |
<?php
|
|
|
27 |
echo $this->Html->meta('icon');
|
|
|
28 |
//echo $this->Html->script(array('jquery-1.10.2','bootstrap'));
|
|
|
29 |
echo $this->fetch('meta');
|
|
|
30 |
echo $this->fetch('css');
|
|
|
31 |
echo $this->fetch('script');
|
|
|
32 |
?>
|
|
|
33 |
<?php echo $this->Html->css('autocomplete');?>
|
|
|
34 |
<link href="//madhurvani.com/css/style.css" rel="stylesheet">
|
|
|
35 |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
|
36 |
|
|
|
37 |
<!--[if lt IE 9]>
|
|
|
38 |
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
|
|
39 |
<![endif]-->
|
|
|
40 |
<link rel="shortcut icon" href="/bootstrap/img/favicon.ico">
|
|
|
41 |
<link rel="apple-touch-icon" href="/bootstrap/img/apple-touch-icon.png">
|
|
|
42 |
<link rel="apple-touch-icon" sizes="72x72" href="/bootstrap/img/apple-touch-icon-72x72.png">
|
|
|
43 |
<link rel="apple-touch-icon" sizes="114x114" href="/bootstrap/img/apple-touch-icon-114x114.png">
|
|
|
44 |
<!-- <script type='text/javascript' src="http://code.jquery.com/jquery-1.11.0.min.js"></script>-->
|
|
|
45 |
<script type="text/javascript" src="<?php echo $base_url;?>js/jquery-1.8.3-min.js"></script>
|
|
|
46 |
</head>
|
|
|
47 |
|
|
|
48 |
|
|
|
49 |
<body>
|
|
|
50 |
<div id="fb-root"></div>
|
|
|
51 |
<script>(function(d, s, id) {
|
|
|
52 |
var js, fjs = d.getElementsByTagName(s)[0];
|
|
|
53 |
if (d.getElementById(id)) return;
|
|
|
54 |
js = d.createElement(s); js.id = id;
|
|
|
55 |
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=644496445592168";
|
|
|
56 |
fjs.parentNode.insertBefore(js, fjs);
|
|
|
57 |
}(document, 'script', 'facebook-jssdk'));</script>
|
|
|
58 |
<div class="wrapper">
|
|
|
59 |
<div class="box">
|
|
|
60 |
<div class="row row-offcanvas row-offcanvas-left">
|
|
|
61 |
|
|
|
62 |
<?php echo $this->Element('sidebar',array('categories',$categories));?>
|
|
|
63 |
|
|
|
64 |
<!-- main right col -->
|
|
|
65 |
<div class="column col-sm-10 col-xs-11" id="main">
|
|
|
66 |
<?php echo $this->Element('topnav');?>
|
|
|
67 |
|
|
|
68 |
<div class="padding">
|
|
|
69 |
<div class="full col-sm-9">
|
|
|
70 |
<!-- content -->
|
|
|
71 |
<div class="row">
|
|
|
72 |
<?php echo $this->Session->flash(); ?>
|
|
|
73 |
|
|
|
74 |
<?php echo $this->fetch('content'); ?>
|
|
|
75 |
</div><!--/row-->
|
|
|
76 |
<hr>
|
|
|
77 |
<?php echo $this->Element('footer');?>
|
|
|
78 |
</div><!-- /col-9 -->
|
|
|
79 |
</div><!-- /padding -->
|
|
|
80 |
</div>
|
|
|
81 |
<!-- /main -->
|
|
|
82 |
|
|
|
83 |
</div>
|
|
|
84 |
</div>
|
|
|
85 |
</div>
|
|
|
86 |
<?php echo $this->Element('contactmodal');?>
|
|
|
87 |
<script type='text/javascript' src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
|
|
|
88 |
<?php echo $this->Html->script('jquery.autocomplete.min');?>
|
|
|
89 |
<?php echo $this->Html->script('search');?>
|
|
|
90 |
<!-- JavaScript jQuery -->
|
|
|
91 |
<script type='text/javascript'>
|
|
|
92 |
$(document).ready(function() {
|
|
|
93 |
/* off-canvas sidebar toggle */
|
|
|
94 |
$('[data-toggle=offcanvas]').click(function() {
|
|
|
95 |
$(this).toggleClass('visible-xs text-center');
|
|
|
96 |
$(this).find('i').toggleClass('glyphicon-chevron-right glyphicon-chevron-left');
|
|
|
97 |
$('.row-offcanvas').toggleClass('active');
|
|
|
98 |
$('#lg-menu').toggleClass('hidden-xs').toggleClass('visible-xs');
|
|
|
99 |
$('#xs-menu').toggleClass('visible-xs').toggleClass('hidden-xs');
|
|
|
100 |
$('#btnShow').toggle();
|
|
|
101 |
});
|
|
|
102 |
});
|
|
|
103 |
</script>
|
|
|
104 |
</body>
|
|
|
105 |
</html>
|