1. <?php
  2. /*
  3. * The template for displaying the footer.
  4. */
  5. ?>
  6. </div>
  7. <!--Main end-->
  8.  
  9. <!-- Footer begin -->
  10. <div id="footer" class="round_8 clearfix">
  11.  
  12. <!-- Footer widgets begin -->
  13. <div class="col_201">
  14. <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar( "Footer First Column") ) : ?>
  15. <div class="footer-widget">
  16. <h4 class="replace">Recent Posts</h4>
  17. <ul class="bullet-list">
  18. <?php wp_get_archives('type=postbypost&limit=5'); ?>
  19. </ul>
  20. </div>
  21. <?php endif; ?>
  22. </div>
  23.  
  24. <div class="col_201">
  25. <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Footer Second Column") ) : ?>
  26. <div class="footer-widget">
  27. <h4 class="replace">Categories</h4>
  28. <ul class="bullet-list">
  29. <?php wp_list_categories( 'depth=1&title_li=' ); ?>
  30. </ul>
  31. </div>
  32. <?php endif; ?>
  33. </div>
  34.  
  35. <div class="col_201">
  36. <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Footer Third Column") ) : ?>
  37. <div class="footer-widget">
  38. <h4 class="replace">Resources</h4>
  39. <ul class="bullet-list">
  40. <?php wp_list_bookmarks('title_li=&categorize=0'); ?>
  41. </ul>
  42. </div>
  43. <?php endif; ?>
  44. </div>
  45.  
  46. <div class="col_240">
  47. <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Footer Fourth Column") ) ?>
  48. </div>
  49. <!-- Footer widgets end -->
  50.  
  51. <!-- Footer-bottom begin -->
  52. <div id="footer-bottom">
  53.  
  54.  
  55.  
  56.  
  57. <?php if ( of_get_option('pkb_totop') == '1') { ?>
  58. <div id="toTop" class="left">
  59. <?php _e( 'Back to Top', 'peekaboo' ); ?>
  60. </div>
  61. <div id="footer-note" class="right"><small>
  62. <font color=#FFFFFF><?php breadcrumb_trail(); ?>
  63.  
  64.  
  65.  
  66. <?php } ?>
  67.  
  68.  
  69.  
  70. </div>
  71. <!-- Footer-bottom end -->
  72.  
  73. </div>
  74. <!-- Footer end -->
  75.  
  76. </div>
  77. <!-- Container end -->
  78.  
  79. </div>
  80. <!-- Content Wrapper end -->
  81.  
  82. <?php wp_footer(); ?>
  83.  
  84. </body>
  85. </html>