Changeset 2506 for trunk/bp-themes/bp-default/forums/index.php
- Timestamp:
- 02/01/2010 09:13:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/forums/index.php
r2488 r2506 6 6 <div class="padder"> 7 7 8 <form action="" method="post" class="dir-form">8 <form action="" method="post" id="forums-search-form" class="dir-form"> 9 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> 10 10 … … 66 66 </div> 67 67 68 <form action="" method="post" class="dir-form">68 <form action="" method="post" id="forums-directory-form" class="dir-form"> 69 69 70 70 <div class="item-list-tabs">
Note: See TracChangeset
for help on using the changeset viewer.