| 16591 |
anikendra |
1 |
<!DOCTYPE html>
|
|
|
2 |
<html lang="en">
|
|
|
3 |
<head>
|
|
|
4 |
<?php echo $this->Html->charset(); ?>
|
|
|
5 |
<title>
|
|
|
6 |
<?php //echo $cakeDescription ?>:
|
|
|
7 |
<?php echo $this->fetch('title'); ?>
|
|
|
8 |
</title>
|
|
|
9 |
<meta charset="utf-8">
|
|
|
10 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
|
11 |
<meta name="author" content="">
|
|
|
12 |
<meta name="keywords" content="<?php if(isset($tags)){echo implode(',',$tags);}?>freebies, coupons, cashback"/>
|
|
|
13 |
<!-- <meta name="description" content="<?php echo $description;?>"/> -->
|
|
|
14 |
<meta property="fb:admins" content="100004076526759"/>
|
|
|
15 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
|
|
|
16 |
<link rel="stylesheet" href="<?php echo $base_url;?>css/style.css?v=<?php echo $staticversion;?>">
|
|
|
17 |
<script type="text/javascript" src="<?php echo $base_url;?>js/jquery-1.10.2.js"></script>
|
| 16766 |
naman |
18 |
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
|
| 16720 |
anikendra |
19 |
<script type="text/javascript" src="<?php echo $base_url;?>js/apprub.js?v=<?php echo $staticversion;?>"></script>
|
| 16591 |
anikendra |
20 |
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
|
|
|
21 |
<?php
|
|
|
22 |
echo $this->Html->meta('icon');
|
|
|
23 |
|
|
|
24 |
// echo $this->Html->css('cake.generic');
|
|
|
25 |
|
|
|
26 |
echo $this->fetch('meta');
|
|
|
27 |
echo $this->fetch('css');
|
|
|
28 |
echo $this->fetch('script');
|
|
|
29 |
?>
|
|
|
30 |
</head>
|
|
|
31 |
<body>
|
|
|
32 |
<div id="container" class="container">
|
|
|
33 |
<div id="header">
|
|
|
34 |
|
|
|
35 |
</div>
|
|
|
36 |
<div id="content">
|
|
|
37 |
|
|
|
38 |
<?php echo $this->Flash->render(); ?>
|
|
|
39 |
|
|
|
40 |
<?php echo $this->fetch('content'); ?>
|
|
|
41 |
</div>
|
|
|
42 |
<div id="footer">
|
|
|
43 |
|
|
|
44 |
</div>
|
|
|
45 |
</div>
|
| 17204 |
anikendra |
46 |
<?php //echo $this->element('sql_dump'); ?>
|
|
|
47 |
<script>
|
|
|
48 |
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
49 |
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
50 |
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
51 |
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
52 |
|
|
|
53 |
ga('create', 'UA-68563212-1', 'auto');
|
|
|
54 |
ga('send', 'pageview');
|
|
|
55 |
|
|
|
56 |
</script>
|
| 16591 |
anikendra |
57 |
</body>
|
|
|
58 |
</html>
|