-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
17 lines (15 loc) · 975 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="<?php theHTML5BoilerplateDirectory(); ?>js/vendor/jquery-1.11.3.min.js"><\/script>')</script>
<script src="<?php theHTML5BoilerplateDirectory(); ?>js/plugins.js"></script>
<script src="<?php theActiveThemeDirectory(); ?>js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>