Changeset 4232 for trunk/bp-themes/bp-default/forums/index.php
- Timestamp:
- 04/22/2011 02:51:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/forums/index.php
r4009 r4232 88 88 <?php do_action( 'bp_before_new_topic_form' ); ?> 89 89 90 <div id="new-topic-post" style="display: none;">90 <div id="new-topic-post"> 91 91 92 92 <?php if ( is_user_logged_in() ) : ?> … … 100 100 <a name="post-new"></a> 101 101 <h5><?php _e( 'Create New Topic:', 'buddypress' ); ?></h5> 102 103 <?php do_action( 'template_notices' ); ?> 102 104 103 105 <label><?php _e( 'Title:', 'buddypress' ); ?></label>
Note: See TracChangeset
for help on using the changeset viewer.