Subversion Repositories SmartDukaan

Rev

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

Rev 13579 Rev 13633
Line 21... Line 21...
21
			echo $this->fetch('css');
21
			echo $this->fetch('css');
22
			echo $this->fetch('script');
22
			echo $this->fetch('script');
23
		?>
23
		?>
24
	</head>
24
	</head>
25
	<body>
25
	<body>
-
 
26
		<script type="text/javascript">
-
 
27
		var me = '<?php echo $logged_user['id'];?>';
-
 
28
		var apihost = '<?php echo $apihost;?>';
-
 
29
		</script>
26
		<div id="fb-root"></div>
30
		<div id="fb-root"></div>
27
<script>(function(d, s, id) {
31
<script>(function(d, s, id) {
28
  var js, fjs = d.getElementsByTagName(s)[0];
32
  var js, fjs = d.getElementsByTagName(s)[0];
29
  if (d.getElementById(id)) return;
33
  if (d.getElementById(id)) return;
30
  js = d.createElement(s); js.id = id;
34
  js = d.createElement(s); js.id = id;
Line 34... Line 38...
34
		<?php echo $this->element('header');?>
38
		<?php echo $this->element('header');?>
35
		<?php echo $this->Session->flash(); ?>
39
		<?php echo $this->Session->flash(); ?>
36
		<?php echo $this->fetch('content'); ?>			
40
		<?php echo $this->fetch('content'); ?>			
37
		<?php //echo $this->element('footer');?>			
41
		<?php //echo $this->element('footer');?>			
38
		<?php echo $this->element('sql_dump'); ?>		
42
		<?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>
-
 
43
	</body>
43
	</body>
44
</html>
-
 
45
44
</html>
-
 
45