Changeset 2267 for trunk/bp-themes/bp-default/groups/single/home.php
- Timestamp:
- 01/06/2010 12:35:41 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/groups/single/home.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/home.php
r2265 r2267 43 43 44 44 <?php else : ?> 45 <p>This group is not visible.</p> 45 <?php /* The group is not visible, show the status message */ ?> 46 47 <?php do_action( 'bp_before_group_status_message' ) ?> 48 49 <div id="message" class="info"> 50 <p><?php bp_group_status_message() ?></p> 51 </div> 52 53 <?php do_action( 'bp_after_group_status_message' ) ?> 46 54 <?php endif; ?> 47 55 48 56 <?php do_action( 'bp_directory_members_content' ) ?> 49 50 57 </div> 51 58
Note: See TracChangeset
for help on using the changeset viewer.