Subversion Repositories SmartDukaan

Rev

Rev 13685 | Rev 14150 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13685 Rev 13686
Line 39... Line 39...
39
}(document, 'script', 'facebook-jssdk'));</script>
39
}(document, 'script', 'facebook-jssdk'));</script>
40
		<?php echo $this->element('header');?>
40
		<?php echo $this->element('header');?>
41
		<?php echo $this->Session->flash(); ?>
41
		<?php echo $this->Session->flash(); ?>
42
		<?php echo $this->fetch('content'); ?>			
42
		<?php echo $this->fetch('content'); ?>			
43
		<?php //echo $this->element('footer');?>			
43
		<?php //echo $this->element('footer');?>			
44
		<?php echo $this->element('sql_dump'); ?>		
44
		<?php //echo $this->element('sql_dump'); ?>	
-
 
45
		<script>
-
 
46
		  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-
 
47
		  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-
 
48
		  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-
 
49
		  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
 
50
		  ga('create', 'UA-59241805-1', 'auto');
-
 
51
		  ga('send', 'pageview');
-
 
52
		</script>
45
	</body>
53
	</body>
46
</html>
54
</html>
47
55