1. <div id="footer">
  2. <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Footer") ) : ?>
  3. <?php endif; ?>
  4. <div style="clear: both;"></div>
  5. </div>
  6. <div style="clear: both;"></div>
  7. <div style="clear: both; margin-bottom: 20px; margin-top: 20px; float: left; font-size: 10px; width: 636px;" class="bluefooter"><?php esc_html_e('Designed by ','PureType'); ?> <a href="http://www.elegantthemes.com">Elegant Themes</a></div>
  8. </div>
  9.  
  10. <?php get_template_part('includes/scripts'); ?>
  11. <?php wp_footer(); ?>