Advertisement
Guest User

PureType Footer

a guest
Feb 15th, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  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(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement