forked from bradjonesca/wordpress-foundation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
30 lines (18 loc) · 755 Bytes
/
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
<footer role="contentinfo">
<div class="twelve columns">
<div class="row">
<nav class="ten columns clearfix">
<?php bones_footer_links(); ?>
</nav>
<p class="attribution two columns"><a href="http://320press.com" id="credit320" title="By the dudes of 320press">320press</a></p>
</div>
</div>
</footer> <!-- end footer -->
</div> <!-- end #container -->
<!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
<?php wp_footer(); // js scripts are inserted using this function ?>
</body>
</html>