-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfoot.php
30 lines (28 loc) · 891 Bytes
/
foot.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
include 'contact.php';
include 'adsense.php';
?>
<!--start-footer-->
<div class="footer">
<div class="container">
<div class="footer-left">
<a href="#"><img src="images/footer-logo.png" title="Jain Muni Locator" alt="Jain Muni Locator" /></a>
<p>Copyright © 2012-2015 Jain Muni Locator, All rights reserved | Developed by <a href="http://smilyo.com">Smilyo</a></p>
</div>
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<a href="#" id="toTop" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a>
</div>
</div>
<!--//End-footer-->