Advertisement
Guest User

footer

a guest
Mar 29th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. </div> <!-- end #container2 -->
  2. </div> <!-- end #container -->
  3.  
  4. <div id="footer">
  5. <div id="footer-wrapper">
  6. <div id="footer-content">
  7. <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer') ) : ?>
  8. <?php endif; ?>
  9. </div> <!-- end #footer-content -->
  10.  
  11. </div> <!-- end #footer-wrapper -->
  12. </div> <!-- end #footer -->
  13.  
  14. <?php get_template_part('includes/scripts'); ?>
  15.  
  16. <?php wp_footer(); ?>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement