footer.php 1.1 KB

1234567891011121314151617181920212223242526272829
  1. <footer role="contentinfo">
  2. <div id="inner-footer" class="clearfix">
  3. <nav>
  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 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. <!-- scripts are now optimized via Modernizr.load -->
  11. <script src="<?php echo get_template_directory_uri(); ?>/library/js/scripts.js"></script>
  12. <!--[if lt IE 7 ]>
  13. <script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
  14. <script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
  15. <![endif]-->
  16. <?php wp_footer(); // js scripts are inserted using this function ?>
  17. </body>
  18. </html>