-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
20 lines (18 loc) · 841 Bytes
/
footer.php
File metadata and controls
20 lines (18 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
/**
* @package WordPress
* @subpackage Giant Steps
*/
?>
<?php wp_footer(); ?>
<footer>
<p>Theme created by <a href="http://itsallopticks.com">Opticks, Inc.</a> for <a href="http://www.colt-rane.com">Colt + Rane.</a></p>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="<?php bloginfo('template_url') ?>/js/jquery-1.4.2.min.js"%3E%3C/script%3E'))</script>
<script src="<?php bloginfo('template_url') ?>/js/jquery.lazyload.mini.js"></script>
<script src="<?php bloginfo('template_url') ?>/js/infinite-scroll.js"></script>
<script src="<?php bloginfo('template_url') ?>/js/jquery.tipTip.minified.js"></script>
<script src="<?php bloginfo('template_url') ?>/js/functions.js"></script>
</body>
</html>