Advertisement
Guest User

footer.php

a guest
Mar 12th, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <?php
  2. /**
  3. * The footer Template
  4. *
  5. * @package WordPress
  6. * @subpackage minimatica
  7. * @since Minimatica 1.0
  8. */
  9. ?>
  10. <footer id="footer">
  11. <?php get_sidebar( 'footer' ); ?>
  12. <nav id="access" role="navigation">
  13. <?php wp_nav_menu( array( 'theme_location' => 'primary_nav', 'container_id' => 'primary-nav', 'container_class' => 'nav', 'fallback_cb' => 'minimatica_nav_menu' ) ); ?>
  14. </nav><!-- #access -->
  15. </footer><!-- #footer -->
  16. </div><!-- #wrapper -->
  17. <?php wp_footer(); ?>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement