Changeset 2607 for trunk/bp-themes/bp-default/forums/index.php
- Timestamp:
- 02/05/2010 02:01:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/forums/index.php
r2569 r2607 1 1 <?php get_header() ?> 2 2 3 <?php do_action( 'bp_before_directory_ groups_content' ) ?>3 <?php do_action( 'bp_before_directory_forums_content' ) ?> 4 4 5 5 <div id="content"> … … 76 76 <?php endif; ?> 77 77 78 <?php do_action( 'bp_ members_directory_group_types' ) ?>78 <?php do_action( 'bp_forums_directory_group_types' ) ?> 79 79 80 80 <li id="forums-order-select" class="last filter"> … … 86 86 <option value="unreplied"><?php _e( 'Unreplied', 'buddypress' ) ?></option> 87 87 88 <?php do_action( 'bp_ groups_directory_order_options' ) ?>88 <?php do_action( 'bp_forums_directory_order_options' ) ?> 89 89 </select> 90 90 </li> … … 96 96 </div> 97 97 98 <?php do_action( 'bp_directory_ groups_content' ) ?>98 <?php do_action( 'bp_directory_forums_content' ) ?> 99 99 100 <?php wp_nonce_field( 'directory_members', '_wpnonce-member-filter' ) ?> 100 <?php wp_nonce_field( 'directory_forums', '_wpnonce-forums-filter' ) ?> 101 102 <?php do_action( 'bp_after_directory_forums_content' ) ?> 101 103 102 104 </form> … … 107 109 <?php locate_template( array( 'sidebar.php' ), true ) ?> 108 110 109 <?php do_action( 'bp_after_directory_groups_content' ) ?>110 111 111 <?php get_footer() ?>
Note: See TracChangeset
for help on using the changeset viewer.