Subversion Repositories SmartDukaan

Rev

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

Rev 19386 Rev 20144
Line 27... Line 27...
27
			var myemail =  '<?php echo $logged_user['email'];?>';
27
			var myemail =  '<?php echo $logged_user['email'];?>';
28
			var apihost = '<?php echo $apihost;?>';
28
			var apihost = '<?php echo $apihost;?>';
29
			var ip = '<?php echo $_SERVER['HTTP_CF_CONNECTING_IP'];?>';
29
			var ip = '<?php echo $_SERVER['HTTP_CF_CONNECTING_IP'];?>';
30
		</script>
30
		</script>
31
		
31
		
32
			
-
 
33
		<script type="text/javascript">
-
 
34
		    window.smartlook||(function(d) {
-
 
35
		    var o=smartlook=function(){ o.api.push(arguments)},s=d.getElementsByTagName('script')[0];
-
 
36
		    var c=d.createElement('script');o.api=new Array();c.async=true;c.type='text/javascript';
-
 
37
		    c.charset='utf-8';c.src='//rec.getsmartlook.com/bundle.js';s.parentNode.insertBefore(c,s);
-
 
38
		    })(document);
-
 
39
		    smartlook('init', '<?php echo Configure::read("smartlookkey");?>');
-
 
40
		</script>
-
 
41
		
-
 
42
		<script>
-
 
43
			
-
 
44
			smartlook('tag', 'name', me);
-
 
45
		</script>
-
 
46
		
-
 
47
	</head>
32
	</head>
48
	<body>		
33
	<body>		
49
		<?php //echo $this->element('header');?>
34
		<?php //echo $this->element('header');?>
50
		<?php echo $this->Session->flash(); ?>
35
		<?php echo $this->Session->flash(); ?>
51
		<?php echo $this->fetch('content'); ?>			
36
		<?php echo $this->fetch('content'); ?>