Changeset 3928 for trunk/bp-themes/bp-default/groups/single/forum.php
- Timestamp:
- 01/25/2011 10:53:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/forum.php
r3899 r3928 11 11 else : ?> 12 12 13 <div class="item-list-tabs " id="subnav" role="navigation">13 <div class="item-list-tabs no-ajax" id="subnav" role="navigation"> 14 14 <ul> 15 16 <li> 17 <a href="#post-new" class="show-hide-new">↓ <?php _e( 'New Topic', 'buddypress' ) ?></a> 18 </li> 19 20 <?php if ( !bp_forum_directory_is_disabled() ) : ?> 21 22 <li> 23 <a href="<?php bp_forum_directory_permalink() ?>"><?php _e( 'Forum Directory', 'buddypress') ?></a> 24 </li> 25 26 <?php endif; ?> 15 27 16 28 <?php do_action( 'bp_forums_directory_group_sub_types' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.