Changeset 2445 for trunk/bp-themes/bp-sn-parent/header.php
- Timestamp:
- 01/25/2010 12:42:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-parent/header.php
r2302 r2445 92 92 <?php endif; ?> 93 93 94 <?php if ( function_exists( 'groups_install' ) && ( function_exists( 'bp_forums_ setup' ) && !(int) get_site_option( 'bp-disable-forum-directory' )) ) : ?>94 <?php if ( function_exists( 'groups_install' ) && ( function_exists( 'bp_forums_is_installed_correctly' ) && !(int) get_site_option( 'bp-disable-forum-directory' ) ) && bp_forums_is_installed_correctly() ) : ?> 95 95 <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> 96 96 <?php endif; ?> 97 97 98 <?php if ( function_exists( 'bp_blogs_install' ) ) : ?>98 <?php if ( function_exists( 'bp_blogs_install' ) && bp_core_is_multisite() ) : ?> 99 99 <li<?php if ( bp_is_page( BP_BLOGS_SLUG ) ) : ?> class="selected"<?php endif; ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_BLOGS_SLUG ?>" title="<?php _e( 'Blogs', 'buddypress' ) ?>"><?php _e( 'Blogs', 'buddypress' ) ?></a></li> 100 100 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.