Advertisement
Guest User

footer

a guest
Jul 31st, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. <div style="clear:both"></div>
  2. </div>
  3. </div> </div>
  4. <div id="footer-bottom">
  5. <div style="clear:both"></div>
  6. <div id="foot">
  7. <div id="foot_ad">
  8. </div>
  9. <div class="block">
  10. <?php if ( !function_exists('dynamic_sidebar')
  11. || !dynamic_sidebar('Footer Widgets Left') ) : ?>
  12. <?php endif; ?>
  13. </div>
  14. <div class="block">
  15. <?php if ( !function_exists('dynamic_sidebar')
  16. || !dynamic_sidebar('Footer Widgets Center Left') ) : ?>
  17. <?php endif; ?>
  18. </div>
  19. <div class="block">
  20. <?php if ( !function_exists('dynamic_sidebar')
  21. || !dynamic_sidebar('Footer Widgets Center Right') ) : ?>
  22. <?php endif; ?>
  23. </div>
  24. <div class="block last">
  25. <?php if ( !function_exists('dynamic_sidebar')
  26. || !dynamic_sidebar('Footer Widgets Right') ) : ?>
  27. <?php endif; ?>
  28. </div>
  29. <div style="clear:both"></div>
  30. </div>
  31. <div id="copyright">
  32. <a href="<?php get_bloginfo('url'); ?>"><?php echo get_bloginfo('name') ?></a> <?php _e("by","language")?> <a href="http://www.gorillathemes.com">Gorilla Themes</a> - <?php _e("Powered by","language")?> <a href="http://wordpress.org/">WordPress</a>
  33. </div>
  34. </div>
  35. <?php wp_footer(); ?>
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement