Changeset 4994 for trunk/bp-themes/bp-default/groups/index.php
- Timestamp:
- 08/17/2011 08:34:53 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/index.php
r4923 r4994 12 12 <?php get_header( 'buddypress' ); ?> 13 13 14 <?php do_action( 'bp_before_directory_groups_ content' ); ?>14 <?php do_action( 'bp_before_directory_groups_page' ); ?> 15 15 16 16 <div id="content"> 17 17 <div class="padder"> 18 18 19 <?php do_action( 'bp_before_directory_groups' ); ?> 20 19 21 <form action="" method="post" id="groups-directory-form" class="dir-form"> 20 22 21 23 <h3><?php _e( 'Groups Directory', 'buddypress' ); ?><?php if ( is_user_logged_in() && bp_user_can_create_groups() ) : ?> <a class="button" href="<?php echo trailingslashit( bp_get_root_domain() . '/' . bp_get_groups_root_slug() . '/create' ); ?>"><?php _e( 'Create a Group', 'buddypress' ); ?></a><?php endif; ?></h3> 24 25 <?php do_action( 'bp_before_directory_groups_content' ); ?> 22 26 23 27 <div id="group-dir-search" class="dir-search" role="search"> … … 75 79 <?php wp_nonce_field( 'directory_groups', '_wpnonce-groups-filter' ); ?> 76 80 81 <?php do_action( 'bp_after_directory_groups_content' ); ?> 82 77 83 </form><!-- #groups-directory-form --> 84 85 <?php do_action( 'bp_after_directory_groups' ); ?> 78 86 79 87 </div><!-- .padder --> 80 88 </div><!-- #content --> 81 89 82 <?php do_action( 'bp_after_directory_groups_ content' ); ?>90 <?php do_action( 'bp_after_directory_groups_page' ); ?> 83 91 84 92 <?php get_sidebar( 'buddypress' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.