footer.php 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <footer role="contentinfo">
  2. <div id="inner-footer" class="clear">
  3. <nav role="navigation">
  4. <?php bones_footer_links(); // Adjust using Menus in Wordpress Admin ?>
  5. </nav>
  6. <p class="attribution">&copy; <?php bloginfo('name'); ?> <?php _e("is powered by", "bonestheme"); ?> <a href="http://wordpress.org/" title="WordPress">Wordpress</a> <span class="amp">&</span> <a rel="nofollow" href="http://www.themble.com/bones" title="Bones" class="footer_bones_link">Bones</a>.</p>
  7. </div> <!-- end #inner-footer -->
  8. </footer> <!-- end footer -->
  9. </div> <!-- end #container -->
  10. <!-- custom scripts -->
  11. <script src="<?php echo get_template_directory_uri(); ?>/library/js/scripts.js"></script>
  12. <!--[if lt IE 9]>
  13. <script src="<?php echo get_template_directory_uri(); ?>/library/js/libs/ie/selectivizr.js"></script>
  14. <![endif]-->
  15. <!--[if lt IE 7 ]>
  16. <script src="<?php echo get_template_directory_uri(); ?>/library/js/libs/ie/dd_belatedpng.js"></script>
  17. <script>DD_belatedPNG.fix("img, .png_bg");</script>
  18. <![endif]-->
  19. <?php wp_footer(); // js scripts are inserted using this function ?>
  20. <!-- Insert Analytics -->
  21. <!-- End Analytics -->
  22. </body>
  23. </html>