Changeset 2925 for trunk/bp-themes/bp-default/forums/index.php
- Timestamp:
- 04/15/2010 11:59:40 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/forums/index.php
r2908 r2925 1 1 <?php get_header() ?> 2 3 <?php do_action( 'bp_before_directory_forums_content' ) ?>4 2 5 3 <div id="content"> … … 7 5 8 6 <form action="" method="post" id="forums-search-form" class="dir-form"> 7 9 8 <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' ) ?> 10 11 11 12 <div id="forums-dir-search" class="dir-search">
Note: See TracChangeset
for help on using the changeset viewer.