Changeset 4994 for trunk/bp-themes/bp-default/forums/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/forums/index.php
r4831 r4994 12 12 <?php get_header( 'buddypress' ); ?> 13 13 14 <?php do_action( 'bp_before_directory_forums_ content' ); ?>14 <?php do_action( 'bp_before_directory_forums_page' ); ?> 15 15 16 16 <div id="content"> … … 22 22 23 23 <h3><?php _e( 'Forums Directory', 'buddypress' ); ?><?php if ( is_user_logged_in() ) : ?> <a class="button show-hide-new" href="#new-topic" id="new-topic-button"><?php _e( 'New Topic', 'buddypress' ); ?></a><?php endif; ?></h3> 24 25 <?php do_action( 'bp_before_directory_forums_content' ); ?> 24 26 25 27 <div id="forums-dir-search" class="dir-search" role="search"> … … 149 151 <?php endif; ?> 150 152 </div><!-- #new-topic-post --> 153 154 <?php do_action( 'bp_after_new_topic_form' ); ?> 155 156 <?php do_action( 'bp_after_directory_forums_content' ); ?> 157 151 158 </div><!-- .padder --> 152 159 </div><!-- #content --> 153 160 154 <?php do_action( 'bp_after_directory_forums_ content' ); ?>161 <?php do_action( 'bp_after_directory_forums_page' ); ?> 155 162 156 163 <?php get_sidebar( 'buddypress' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.