Subversion Repositories SmartDukaan

Rev

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

Rev 13633 Rev 13659
Line 19... Line 19...
19
			echo $this->Html->css(array('style'));
19
			echo $this->Html->css(array('style'));
20
			echo $this->fetch('meta');
20
			echo $this->fetch('meta');
21
			echo $this->fetch('css');
21
			echo $this->fetch('css');
22
			echo $this->fetch('script');
22
			echo $this->fetch('script');
23
		?>
23
		?>
24
	</head>
-
 
25
	<body>
-
 
26
		<script type="text/javascript">
24
		<script type="text/javascript">
27
		var me = '<?php echo $logged_user['id'];?>';
25
			var me = '<?php echo $logged_user['id'];?>';
28
		var apihost = '<?php echo $apihost;?>';
26
			var apihost = '<?php echo $apihost;?>';
29
		</script>
27
		</script>
-
 
28
	</head>
-
 
29
	<body>		
30
		<div id="fb-root"></div>
30
		<div id="fb-root"></div>
31
<script>(function(d, s, id) {
31
<script>(function(d, s, id) {
32
  var js, fjs = d.getElementsByTagName(s)[0];
32
  var js, fjs = d.getElementsByTagName(s)[0];
33
  if (d.getElementById(id)) return;
33
  if (d.getElementById(id)) return;
34
  js = d.createElement(s); js.id = id;
34
  js = d.createElement(s); js.id = id;