Changeset 3232 for trunk/bp-themes/bp-default/forums/index.php
- Timestamp:
- 09/06/2010 04:24:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/forums/index.php
r2925 r3232 1 1 <?php get_header() ?> 2 3 <?php do_action( 'bp_before_directory_forums_content' ) ?> 2 4 3 5 <div id="content"> … … 5 7 6 8 <form action="" method="post" id="forums-search-form" class="dir-form"> 7 8 9 <h3><?php _e( 'Group Forums Directory', 'buddypress' ) ?><?php if ( is_user_logged_in() ) : ?> <a class="button" href="#new-topic" id="new-topic-button"><?php _e( 'New Topic', 'buddypress' ) ?></a><?php endif; ?></h3> 9 10 <?php do_action( 'bp_before_directory_forums_content' ) ?>11 10 12 11 <div id="forums-dir-search" class="dir-search">
Note: See TracChangeset
for help on using the changeset viewer.