- Timestamp:
- 04/28/2010 09:40:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-themes/bp-default/groups/single/forum.php
r2488 r2966 11 11 <div class="forums single-forum"> 12 12 <?php locate_template( array( 'forums/forums-loop.php' ), true ) ?> 13 </div><!-- .forums -->13 </div><!-- .forums.single-forum --> 14 14 15 <?php do_action( 'bp_after_group_forum_content' ) ?> 15 <?php endif; ?> 16 17 <?php do_action( 'bp_after_group_forum_content' ) ?> 18 19 <?php if ( !bp_is_group_forum_topic_edit() && !bp_is_group_forum_topic() ) : ?> 16 20 17 21 <?php if ( ( is_user_logged_in() && 'public' == bp_get_group_status() ) || bp_group_is_member() ) : ?> … … 46 50 <?php wp_nonce_field( 'bp_forums_new_topic' ) ?> 47 51 </div><!-- #post-new-topic --> 48 </form> 52 </form><!-- #forum-topic-form --> 49 53 50 54 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.