footer.php 792 B

123456789101112131415161718192021
  1. <footer class="footer" role="contentinfo">
  2. <div id="inner-footer" class="wrap clearfix">
  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 __("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. <?php wp_footer(); // js scripts are inserted using this function ?>
  11. </body>
  12. </html> <!-- end page. what a ride! -->