PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
buddypress
/
bp-themes
/
bp-default
<?php /** * The footer widget area is triggered if any of the areas * have widgets. * * If none of the sidebars have widgets, bail early. */ 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' ) ) return; ?> <div id="footer-widget-area" role="complementary"> <?php if ( is_active_sidebar( 'first-footer-widget-area' ) ) : ?> <div id="first" class="widget-area"> <ul class="xoxo"> <?php dynamic_sidebar( 'first-footer-widget-area' ); ?> </ul> </div><!-- #first .widget-area --> <?php endif; ?> <?php if ( is_active_sidebar( 'second-footer-widget-area' ) ) : ?> <div id="second" class="widget-area"> <ul class="xoxo"> <?php dynamic_sidebar( 'second-footer-widget-area' ); ?> </ul> </div><!-- #second .widget-area --> <?php endif; ?> <?php if ( is_active_sidebar( 'third-footer-widget-area' ) ) : ?> <div id="third" class="widget-area"> <ul class="xoxo"> <?php dynamic_sidebar( 'third-footer-widget-area' ); ?> </ul> </div><!-- #third .widget-area --> <?php endif; ?> <?php if ( is_active_sidebar( 'fourth-footer-widget-area' ) ) : ?> <div id="fourth" class="widget-area"> <ul class="xoxo"> <?php dynamic_sidebar( 'fourth-footer-widget-area' ); ?> </ul> </div><!-- #fourth .widget-area --> <?php endif; ?> </div><!-- #footer-widget-area -->
[+]
..
[-] onecolumn-page.php
[edit]
[-] index.php
[edit]
[-] sidebar.php
[edit]
[+]
blogs
[-] sidebar-footer.php
[edit]
[-] archive.php
[edit]
[-] search.php
[edit]
[-] attachment.php
[edit]
[-] links.php
[edit]
[-] single.php
[edit]
[-] header.php
[edit]
[-] style.css
[edit]
[+]
members
[-] readme.txt
[edit]
[-] screenshot.png
[edit]
[-] footer.php
[edit]
[-] functions.php
[edit]
[+]
_inc
[+]
registration
[-] comments.php
[edit]
[+]
activity
[-] editor-style.css
[edit]
[+]
forums
[-] 404.php
[edit]
[-] license.txt
[edit]
[-] page.php
[edit]
[-] editor-style-rtl.css
[edit]
[-] rtl.css
[edit]
[-] .jshintrc
[edit]
[-] searchform.php
[edit]
[+]
groups