Subversion Repositories SmartDukaan

Rev

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

Rev 15550 Rev 15585
Line 23... Line 23...
23
			echo $this->fetch('script');
23
			echo $this->fetch('script');
24
		?>
24
		?>
25
		<script type="text/javascript">
25
		<script type="text/javascript">
26
			var me = '<?php echo $logged_user['id'];?>';
26
			var me = '<?php echo $logged_user['id'];?>';
27
			var apihost = '<?php echo $apihost;?>';
27
			var apihost = '<?php echo $apihost;?>';
-
 
28
			var ip = '<?php echo $_SERVER['HTTP_CF_CONNECTING_IP'];?>';
28
		</script>
29
		</script>
29
	</head>
30
	</head>
30
	<body>		
31
	<body>		
31
		<?php //echo $this->element('header');?>
32
		<?php //echo $this->element('header');?>
32
		<?php echo $this->Session->flash(); ?>
33
		<?php echo $this->Session->flash(); ?>