Subversion Repositories SmartDukaan

Rev

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

Rev 18185 Rev 18962
Line 76... Line 76...
76
			}
76
			}
77
		</script>
77
		</script>
78
	</head>
78
	</head>
79
	<body>		
79
	<body>		
80
		<div id="fb-root"></div>
80
		<div id="fb-root"></div>
81
<script>(function(d, s, id) {
-
 
82
  var js, fjs = d.getElementsByTagName(s)[0];
-
 
83
  if (d.getElementById(id)) return;
-
 
84
  js = d.createElement(s); js.id = id;
-
 
85
  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=266002386914682&version=v2.0";
-
 
86
  fjs.parentNode.insertBefore(js, fjs);
-
 
87
}(document, 'script', 'facebook-jssdk'));</script>
-
 
-
 
81
 
88
		<div class="container">
82
		<div class="container">
89
			<?php echo $this->element('header');?>
83
			<?php echo $this->element('header');?>
90
			<?php echo $this->element('footer');?>
84
			<?php echo $this->element('footer');?>
91
			<?php echo $this->Session->flash(); ?>
85
			<?php echo $this->Session->flash(); ?>
92
			<?php echo $this->fetch('content'); ?>			
86
			<?php echo $this->fetch('content'); ?>