Changeset 2971
- Timestamp:
- 04/28/2010 11:04:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-themes/bp-default/groups/single/forum/topic.php
r2695 r2971 1 <?php do_action( 'bp_before_group_forum_topic' ) ?> 2 1 3 <?php if ( bp_has_forum_topic_posts() ) : ?> 2 4 … … 24 26 </div> 25 27 28 <?php do_action( 'bp_before_group_forum_topic_posts' ) ?> 29 26 30 <ul id="topic-post-list" class="item-list"> 27 31 <?php while ( bp_forum_topic_posts() ) : bp_the_forum_topic_post(); ?> … … 48 52 49 53 <?php endwhile; ?> 50 </ul> 54 </ul><!-- #topic-post-list --> 55 56 <?php do_action( 'bp_after_group_forum_topic_posts' ) ?> 51 57 52 58 <div class="pagination no-ajax"> … … 102 108 <?php endif; ?> 103 109 104 </form> 110 </form><!-- #forum-topic-form --> 105 111 <?php else: ?> 106 112 … … 110 116 111 117 <?php endif;?> 118 119 <?php do_action( 'bp_after_group_forum_topic' ) ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)