### Eclipse Workspace Patch 1.0
#P BUDDYPRESS TRUNK SVN
|
|
|
|
| 11 | 11 | |
| 12 | 12 | <?php get_header( 'buddypress' ); ?> |
| 13 | 13 | |
| 14 | | <?php do_action( 'bp_before_directory_members_content' ); ?> |
| 15 | | |
| 16 | 14 | <div id="content"> |
| 17 | 15 | <div class="padder"> |
| 18 | 16 | |
| | 17 | <?php do_action( 'bp_before_directory_members_content' ); ?> |
| | 18 | |
| 19 | 19 | <form action="" method="post" id="members-directory-form" class="dir-form"> |
| 20 | 20 | |
| 21 | 21 | <h3><?php _e( 'Members Directory', 'buddypress' ); ?></h3> |
| … |
… |
|
| 78 | 78 | |
| 79 | 79 | </form><!-- #members-directory-form --> |
| 80 | 80 | |
| | 81 | <?php do_action( 'bp_after_directory_members_content' ); ?> |
| | 82 | |
| 81 | 83 | </div><!-- .padder --> |
| 82 | 84 | </div><!-- #content --> |
| 83 | 85 | |
| 84 | | <?php do_action( 'bp_after_directory_members_content' ); ?> |
| 85 | | |
| 86 | 86 | <?php get_sidebar( 'buddypress' ); ?> |
| 87 | 87 | <?php get_footer( 'buddypress' ); ?> |