initial commit
This commit is contained in:
14
app/View/Homes/index.ctp
Normal file
14
app/View/Homes/index.ctp
Normal file
@@ -0,0 +1,14 @@
|
||||
<script>(function(d, s, id) {
|
||||
var js, fjs = d.getElementsByTagName(s)[0];
|
||||
if (d.getElementById(id)) return;
|
||||
js = d.createElement(s); js.id = id;
|
||||
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.8&appId=179508332152";
|
||||
fjs.parentNode.insertBefore(js, fjs);
|
||||
}(document, 'script', 'facebook-jssdk'));</script>
|
||||
|
||||
<?php echo $this->element('maintenance'); ?>
|
||||
<?php echo $this->element('slider'); ?>
|
||||
<?php echo $this->element('all_expense'); ?>
|
||||
<?php echo $this->element('downloads'); ?>
|
||||
<?php //echo $this->element('faqs'); ?>
|
||||
<?php echo $this->element('testimonials'); ?>
|
||||
Reference in New Issue
Block a user