2012-07-11 16:28:51 +00:00
</ div > <!-- #container -->
2012-08-08 16:49:22 +00:00
< ? php do_action ( 'bp_after_container' ) ?>
< ? php do_action ( 'bp_before_footer' ) ?>
2012-07-11 16:28:51 +00:00
< div id = " footer " >
< ? php if ( is_active_sidebar ( 'first-footer-widget-area' ) || is_active_sidebar ( 'second-footer-widget-area' ) || is_active_sidebar ( 'third-footer-widget-area' ) || is_active_sidebar ( 'fourth-footer-widget-area' ) ) : ?>
< div id = " footer-widgets " >
2012-08-08 16:49:22 +00:00
< ? php get_sidebar ( 'footer' ) ?>
2012-07-11 16:28:51 +00:00
</ div >
< ? php endif ; ?>
< div id = " site-generator " role = " contentinfo " >
2012-08-08 16:49:22 +00:00
< ? php do_action ( 'bp_dtheme_credits' ) ?>
< p >< ? php printf ( __ ( 'Proudly powered by <a href="%1$s">WordPress</a> and <a href="%2$s">BuddyPress</a>.' , 'buddypress' ), 'http://wordpress.org' , 'http://buddypress.org' ) ?> </p>
2012-07-11 16:28:51 +00:00
</ div >
2012-08-08 16:49:22 +00:00
< ? php do_action ( 'bp_footer' ) ?>
2012-07-11 16:28:51 +00:00
</ div ><!-- #footer -->
2012-08-08 16:49:22 +00:00
< ? php do_action ( 'bp_after_footer' ) ?>
2012-07-11 16:28:51 +00:00
< ? php wp_footer (); ?>
</ body >
</ html >