Subversion Repositories SmartDukaan

Rev

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

Rev 13570 Rev 13579
Line 34... Line 34...
34
		<?php echo $this->element('header');?>
34
		<?php echo $this->element('header');?>
35
		<?php echo $this->Session->flash(); ?>
35
		<?php echo $this->Session->flash(); ?>
36
		<?php echo $this->fetch('content'); ?>			
36
		<?php echo $this->fetch('content'); ?>			
37
		<?php //echo $this->element('footer');?>			
37
		<?php //echo $this->element('footer');?>			
38
		<?php echo $this->element('sql_dump'); ?>		
38
		<?php echo $this->element('sql_dump'); ?>		
-
 
39
		<script type="text/javascript">
-
 
40
			var me = '<?php echo $logged_user['id'];?>';
-
 
41
  			var apihost = '<?php echo $apihost;?>';
-
 
42
		</script>
39
	</body>
43
	</body>
40
</html>
44
</html>
41
45