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>