footer.php 1.1 KB

123456789101112131415161718192021222324252627282930313233
  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'); ?> is powered by <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. <?php wp_footer(); // js scripts are inserted using this function ?>
  11. <!-- custom scripts -->
  12. <script src="<?php echo get_template_directory_uri(); ?>/library/js/scripts.js"></script>
  13. <!--[if lt IE 7 ]>
  14. <script src="<?php echo get_template_directory_uri(); ?>/library/js/libs/ie/dd_belatedpng.js"></script>
  15. <script> DD_belatedPNG.fix('img, .png_bg'); </script>
  16. <![endif]-->
  17. <!-- Insert Analytics -->
  18. <!-- End Analytics -->
  19. </body>
  20. </html>