Advertisement
kaed

footer.php - 7/29/13

Jul 29th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. <?php
  2. /**
  3.  * The template for displaying the footer.
  4.  *
  5.  * Contains the closing of the id=main div and all content after
  6.  *
  7.  * @package b4b
  8.  */
  9. ?>
  10.  
  11.     </div><!-- #main -->
  12.  
  13.     <footer id="colophon" class="site-footer" role="contentinfo">
  14.         <?php wp_footer(); ?>
  15.     </footer><!-- #colophon -->
  16. </div><!-- #page -->
  17.  
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement