1.  
  2. </div>
  3. <!-- END WRAPPER-CONTENT -->
  4.  
  5. <!-- BEGIN WRAPPER -->
  6. <div id="wrapper-footer">
  7.  
  8. <div id="footer">
  9.  
  10. <?php
  11. if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer Widget 1')):
  12. endif;
  13. ?>
  14.  
  15. <?php
  16. if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer Widget 2')):
  17. endif;
  18. ?>
  19.  
  20. <?php
  21. if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer Widget 3')):
  22. endif;
  23. ?>
  24.  
  25. <?php if(get_option('pyre_footer_left') || get_option('pyre_footer_right')): ?>
  26. <div id="footer-bottom">
  27.  
  28. <?php if(get_option('pyre_footer_left')): ?>
  29. <p class="left"><?php echo get_option('pyre_footer_left'); ?></p>
  30. <?php endif; ?>
  31. <?php if(get_option('pyre_footer_right')): ?>
  32. <p class="right"><?php echo get_option('pyre_footer_right'); ?><a href='#top' class='backToTop'><?php _e('Back to Top', 'Avenue'); ?></a></p>
  33. <?php endif; ?>
  34.  
  35. </div>
  36. <?php endif; ?>
  37.  
  38. </div>
  39.  
  40. </div>
  41.  
  42. </div>
  43. <!-- END WRAPPER -->
  44.  
  45. <?php
  46. if(get_option('pyre_analytics')) {
  47. echo get_option('pyre_analytics');
  48. }
  49. ?>
  50.  
  51. <?php wp_footer(); ?>
  52. </body>
  53.  
  54. </html>