Changeset 4871 for trunk/bp-themes/bp-default/sidebar.php
- Timestamp:
- 07/26/2011 08:50:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/sidebar.php
r4637 r4871 57 57 58 58 <?php /* Show forum tags on the forums directory */ 59 if ( bp_is_ current_component( 'forums' ) && bp_is_directory() ) : ?>59 if ( bp_is_active( 'forums' ) && bp_is_current_component( 'forums' ) && bp_is_directory() ) : ?> 60 60 <div id="forum-directory-tags" class="widget tags"> 61 62 61 <h3 class="widgettitle"><?php _e( 'Forum Topic Tags', 'buddypress' ) ?></h3> 63 <?php if ( bp_is_active( 'forums' ) ) : ?> 64 <div id="tag-text"><?php bp_forums_tag_heat_map(); ?></div> 65 <?php endif; ?> 62 <div id="tag-text"><?php bp_forums_tag_heat_map(); ?></div> 66 63 </div> 67 64 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.