Changeset 4009 for trunk/bp-themes/bp-default/groups/single/home.php
- Timestamp:
- 02/02/2011 07:35:08 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/home.php
r3912 r4009 48 48 locate_template( array( 'groups/single/activity.php' ), true ); 49 49 50 elseif ( bp_group_is_visible() && bp_is_active( 'forums' ) ) : 51 locate_template( array( 'groups/single/forum.php' ), true ); 52 53 elseif ( bp_group_is_visible() ) : 54 locate_template( array( 'groups/single/members.php' ), true ); 55 50 56 elseif ( !bp_group_is_visible() ) : 51 57 // The group is not visible, show the status message
Note: See TracChangeset
for help on using the changeset viewer.