Advertisement
Guest User

footer

a guest
Apr 9th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.57 KB | None | 0 0
  1. <div id="footer">
  2.  
  3. <div id="footer1">
  4. <?php if ( !function_exists('dynamic_sidebar')
  5.         || !dynamic_sidebar('footer1') ) : ?>
  6. <?php endif; ?>
  7. </div>
  8.  
  9. <div id="footer2">
  10. <?php if ( !function_exists('dynamic_sidebar')
  11.         || !dynamic_sidebar('footer2') ) : ?>
  12. <?php endif; ?>
  13. </div>
  14.  
  15. <div id="footer3">
  16. <?php if ( !function_exists('dynamic_sidebar')
  17.         || !dynamic_sidebar('footer3') ) : ?>
  18. <?php endif; ?>
  19. </div>
  20.  
  21. <div id="footer4">
  22. <?php if ( !function_exists('dynamic_sidebar')
  23.         || !dynamic_sidebar('footer4') ) : ?>
  24. <?php endif; ?>
  25. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement