Advertisement
greencode

Untitled

Jun 22nd, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. <?php
  2. /**
  3. * @package WordPress
  4. * @subpackage Toolbox
  5. */
  6. ?>
  7. <div class="clearboth"></div>
  8. </div><!-- #main -->
  9. <footer id="colophon" role="contentinfo" class="grid_12" >
  10. <nav id="super" role="navigation">
  11. <div id="footer-menu">
  12. <h1 class="section-heading"><?php _e( 'Footer menu', 'toolbox' ); ?></h1>
  13. <div class="skip-link screen-reader-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'toolbox' ); ?>"><?php _e( 'Skip to content', 'toolbox' ); ?></a></div>
  14.  
  15. <?php wp_nav_menu( array( 'theme_location' => 'footer' ) ); ?>
  16. </div>
  17. <div class="clearboth"></div>
  18. </nav><!-- #access -->
  19. <div class="clearboth"></div>
  20. </footer><!-- #colophon -->
  21. <div class="clearboth"></div>
  22. </div><!-- #page -->
  23.  
  24. <?php wp_footer(); ?>
  25. <div class="featuredbox-wrapper none" id="slider-sm">
  26. <ul>
  27. <li></li>
  28. </ul>
  29. <a href="javascript:gallery.prev();" class="navarrows" id="prev"></a>
  30. <a href="javascript:gallery.next();" class="navarrows" id="next"></a>
  31. </div>
  32. <script type="text/javascript"> Cufon.now(); </script>
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement