| 123456789101112131415161718192021 |
- <footer class="footer" role="contentinfo">
-
- <div id="inner-footer" class="wrap clearfix">
-
- <nav role="navigation">
- <?php bones_footer_links(); // Adjust using Menus in Wordpress Admin ?>
- </nav>
-
- <p class="attribution">© <?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>
-
- </div> <!-- end #inner-footer -->
-
- </footer> <!-- end footer -->
-
- </div> <!-- end #container -->
-
- <?php wp_footer(); // js scripts are inserted using this function ?>
- </body>
- </html> <!-- end page. what a ride! -->
|