Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/18/2009 09:34:41 AM (16 years ago)
Author:
apeatling
Message:

Default theme css fixes and template updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/groups/single/forum.php

    r2184 r2197  
    1 <?php if ( bp_is_group_forum_topic() ) : ?>
     1<?php if ( bp_is_group_forum_topic_edit() ) : ?>
     2    <?php locate_template( array( 'groups/single/forum/edit.php' ), true ) ?>
    23
     4<?php elseif ( bp_is_group_forum_topic() ) : ?>
    35    <?php locate_template( array( 'groups/single/forum/topic.php' ), true ) ?>
    46
Note: See TracChangeset for help on using the changeset viewer.