Changeset 2284 for trunk/bp-themes/bp-default/groups/single/home.php
- Timestamp:
- 01/09/2010 04:16:51 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/groups/single/home.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/home.php
r2267 r2284 1 1 <?php get_header() ?> 2 3 <?php do_action( 'bp_before_directory_members_content' ) ?>4 2 5 3 <div id="content"> 6 4 <div class="padder"> 7 5 <?php if ( bp_has_groups() ) : while ( bp_groups() ) : bp_the_group(); ?> 6 7 <?php do_action( 'bp_before_group_home_content' ) ?> 8 8 9 9 <div id="item-header"> … … 12 12 13 13 <div id="item-nav"> 14 <div class="item-list-tabs no-ajax" id=" user-nav">14 <div class="item-list-tabs no-ajax" id="group-nav"> 15 15 <ul> 16 16 <?php bp_get_options_nav() ?> 17 17 18 <?php do_action( 'bp_ members_directory_member_types' ) ?>18 <?php do_action( 'bp_group_options_nav' ) ?> 19 19 </ul> 20 20 </div> … … 23 23 <div id="item-body"> 24 24 <?php do_action( 'template_notices' ) ?> 25 26 <?php do_action( 'bp_before_group_body' ) ?> 25 27 26 28 <?php if ( bp_is_group_admin_page() && bp_group_is_visible() ) : ?> … … 54 56 <?php endif; ?> 55 57 56 <?php do_action( 'bp_ directory_members_content' ) ?>58 <?php do_action( 'bp_after_group_body' ) ?> 57 59 </div> 60 61 <?php do_action( 'bp_after_group_home_content' ) ?> 58 62 59 63 <?php endwhile; endif; ?> … … 63 67 <?php locate_template( array( 'sidebar.php' ), true ) ?> 64 68 65 <?php do_action( 'bp_after_directory_members_content' ) ?>66 67 69 <?php get_footer() ?>
Note: See TracChangeset
for help on using the changeset viewer.