Changeset 1863 for trunk/bp-themes/bp-sn-parent/header.php
- Timestamp:
- 09/12/2009 12:33:18 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-parent/header.php
r1859 r1863 87 87 <?php endif; ?> 88 88 89 <?php if ( function_exists( 'bp_forums_setup' ) ) : ?>89 <?php if ( function_exists( 'bp_forums_setup' ) && !(int) get_site_option( 'bp-disable-forum-directory' ) ) : ?> 90 90 <li<?php if ( bp_is_page( BP_FORUMS_SLUG ) ) : ?> class="selected"<?php endif; ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_FORUMS_SLUG ?>" title="<?php _e( 'Forums', 'buddypress' ) ?>"><?php _e( 'Forums', 'buddypress' ) ?></a></li> 91 91 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.