-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathandroxfer-footer.php
More file actions
32 lines (25 loc) · 1.27 KB
/
androxfer-footer.php
File metadata and controls
32 lines (25 loc) · 1.27 KB
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
31
32
<div class="footer-partners andro-column">
<?php include 'androxfer-friends.php'; ?>
</div>
<div class="footer-container">
<div class="bottom-ad">
<?php include 'androxfer-google_ad_1.php'; ?>
</div>
<footer class="wrapper">
<h2>© <?php echo date("Y"); ?> AndroTransfer • Managed by <a rel="external" href="https://plus.google.com/u/0/100014433524368062335/posts">+sixstringsg</a> // Designed by <a rel="external" href="https://plus.google.com/u/0/112132608212015447534/posts">+scar45</a></h2>
</footer>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.1.min.js"><\/script>')</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23907858-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="js/jquery.tablesorter.min.js"></script>
<script src="js/main.js"></script>