Advertisement
Artisantopia

footer.php

May 2nd, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. <?php
  2. /**
  3. * The template for displaying the footer.
  4. *
  5. * WARNING: This template file is a core part of the
  6. * Theme Blvd WordPress Framework. This framework is
  7. * designed around this file NEVER being altered. It
  8. * is advised that any edits to the way this file
  9. * displays its content be done with via hooks and filters.
  10. *
  11. * @author Jason Bobich
  12. * @copyright Copyright (c) Jason Bobich
  13. * @link http://jasonbobich.com
  14. * @link http://themeblvd.com
  15. * @package Theme Blvd WordPress Framework
  16. */
  17. ?>
  18. <!-- FOOTER (start) -->
  19.  
  20. <?php themeblvd_footer_before(); ?>
  21. <div id="bottom">
  22. <footer id="colophon" role="contentinfo">
  23. <div class="content">
  24. <?php
  25. /**
  26. * Display footer elements.
  27. */
  28. themeblvd_footer_content();
  29. themeblvd_footer_sub_content();
  30. themeblvd_footer_below();
  31. ?>
  32. </div><!-- .content (end) -->
  33. </footer><!-- #colophon (end) -->
  34. </div><!-- #bottom (end) -->
  35. <?php themeblvd_footer_after(); ?>
  36.  
  37. <!-- FOOTER (end) -->
  38.  
  39. </div><!-- #container (end) -->
  40. </div><!-- #wrapper (end) -->
  41. <?php themeblvd_after(); ?>
  42. <?php wp_footer(); ?>
  43. </body>
  44. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement