-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
71 lines (60 loc) · 2.64 KB
/
footer.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?php
/**
* @package WordPress
* @subpackage HTML5_Boilerplate
* @file footer.php
*/
?>
<!-- FOOTER -->
<div class="footer">
<ul>
<li class="clear">
<img class="logo" width="30" height="30" src="<?php echo get_template_directory_uri()?>/images/Logo%20ftunews%20tron.png" alt="">
<a class="title" href="<?php echo get_site_url()?>">FTUNEWS</a>
</li>
<li>
<a href="#">contact us</a>
</li>
<li>
<a href="#">advertise</a>
</li>
<li>
<a href="#">privacy</a>
</li>
<li>
<a href="#">privacy</a>
</li>
<li>
© FTUNEWS 2016
</li>
</ul>
</div>
<!-- /FOOTER -->
<!-- Javascript at the bottom for fast page loading -->
<script src="<?php echo get_template_directory_uri()?>/html5-boilerplate/js/jquery-1.12.1.min.js"></script>
<script src="<?php echo get_template_directory_uri()?>/html5-boilerplate/js/bootstrap.min.js"></script>
<script src="<?php echo get_template_directory_uri()?>/html5-boilerplate/slick/slick.min.js"></script>
<script src="<?php echo get_template_directory_uri()?>/js/ftunews.js"></script>
<!-- Grab Google CDN's jQuery. fall back to local if necessary -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="<?php echo $GLOBALS["TEMPLATE_RELATIVE_URL"] ?>js/vendor/jquery-1.8.0.min.js"><\/script>')</script>
<?php versioned_javascript($GLOBALS["TEMPLATE_RELATIVE_URL"] . "html5-boilerplate/js/plugins.js") ?>
<?php versioned_javascript($GLOBALS["TEMPLATE_RELATIVE_URL"] . "html5-boilerplate/js/main.js") ?>
<!-- asynchronous google analytics: mathiasbynens.be/notes/async-analytics-snippet
change the UA-XXXXX-X to be your site's ID -->
<!-- WordPress.com does not allow Google Analytics code to be built into themes they host.
Add this section from HTML Boilerplate manually (html5-boilerplate/index.html), or use a Google Analytics WordPress Plugin-->
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
var _gaq = [['_setAccount', 'UA-XXXXX-X'], ['_trackPageview']];
(function (d, t) {
var g = d.createElement(t), s = d.getElementsByTagName(t)[0];
g.src = ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s)
}(document, 'script'));
</script>
<?php wp_footer(); ?>
<script src="<?php echo get_template_directory_uri(); ?>/html5-boilerplate/slick/slick.min.js"></script>
<script src="<?php echo get_template_directory_uri(); ?>/ftunews.js"></script>
</body>
</html>