Advertisement
Guest User

footer

a guest
Nov 25th, 2011
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <div id="footer-container">
  2. <?php if(get_opt('_widgetized_footer')!='off'){?>
  3. <div id="footer">
  4. <div id="footer-columns">
  5. <?php
  6. print_footer_sidebar('footer-first', false);
  7. print_footer_sidebar('footer-second', false);
  8. print_footer_sidebar('footer-third', false);
  9. print_footer_sidebar('footer-fourth', true);
  10. ?>
  11. </div>
  12. </div>
  13. </div>
  14. <?php } ?>
  15. <div id="copyrights">
  16. <h5 >&copy; Copyright <?php bloginfo('name'); ?> -
  17. Powered by <a href="http://themecrunch.blogspot.com/2011/06/dandelion-powerful-elegant-theme-by.html">Dandelion Theme</a></h5>
  18. </div>
  19. <!-- FOOTER ENDS -->
  20. </div>
  21. </div>
  22. </div>
  23. <?php wp_footer();
  24. echo(get_opt('_analytics')); ?>
  25.  
  26. </body>
  27. </html>
  28.  
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement