Changeset 2077 for trunk/bp-themes/bp-sn-parent/groups/index.php
- Timestamp:
- 11/02/2009 07:54:21 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-sn-parent/groups/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-parent/groups/index.php
r1905 r2077 8 8 9 9 <div id="content"> 10 10 11 11 <h2><?php bp_word_or_name( __( "My Groups", 'buddypress' ), __( "%s's Groups", 'buddypress' ) ) ?> » <?php bp_groups_filter_title() ?></h2> 12 12 13 13 <?php do_action( 'bp_before_my_groups_content' ) ?> 14 14 15 15 <div class="left-menu"> 16 16 <?php bp_group_search_form() ?> 17 17 </div> 18 18 19 19 <div class="main-column"> 20 20 <?php do_action( 'template_notices' ) // (error/success feedback) ?> 21 21 22 22 <?php locate_template( array( 'groups/group-loop.php' ), true ) ?> 23 23 </div>
Note: See TracChangeset
for help on using the changeset viewer.