Advertisement
erica34

Evolution Theme Footer

Feb 9th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. </div> <!-- end .container -->
  2. </div> <!-- end #main-area -->
  3. </div> <!-- end #page-wrap -->
  4.  
  5. <footer id="main-footer">
  6. <div class="container clearfix">
  7. <div id="footer-top-shadow"></div>
  8.  
  9. <?php if ( is_active_sidebar( 'footer-area-1' ) || is_active_sidebar( 'footer-area-2' ) || is_active_sidebar( 'footer-area-3' ) || is_active_sidebar( 'footer-area-4' ) ) { ?>
  10. <div id="footer-widgets" class="clearfix">
  11. <?php
  12. $footer_columns_num = apply_filters( 'evolution_footer_columns_num', 4 );
  13. for ( $i = 1; $i <= $footer_columns_num; $i++ ){
  14. echo '<div class="footer-widget footer-col' . $i . ( $i == $footer_columns_num ? ' last' : '' ) . '">';
  15. if ( is_active_sidebar( 'footer-area-' . $i ) && ! dynamic_sidebar( 'footer-area-' . $i ) ) :
  16. endif;
  17. echo '</div> <!-- end . footer-widget -->';
  18. }
  19. ?>
  20. </div> <!-- end #footer-widgets -->
  21. <?php } ?>
  22.  
  23. <p id="copyright"><?php esc_html_e('Created by ','Evolution'); ?> <a href="http://www.planet2025.net" title="One Planet, One People, One Future Solutions">Planet2025 Network</a> | <?php esc_html_e('&copy; 2009-2012 ','Power of One'); ?> <a href="http://www.powerofone.org/powerofone/about-po1/legal-stuff/terms-of-service/">Power of One</a></p>
  24. </div> <!-- end .container -->
  25. </footer> <!-- end #main-footer -->
  26.  
  27. <?php wp_footer(); ?>
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement