Changeset 2321 for trunk/bp-core/bp-core-templatetags.php
- Timestamp:
- 01/17/2010 08:02:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-templatetags.php
r2312 r2321 538 538 } 539 539 } else { 540 /* If we get here we are viewing another user, so show the displayed user's nav items */ 541 bp_get_displayed_user_nav(); 540 /* If we're using the classic template structure, show the displayed user nav instead */ 541 if ( 'bp-sn-parent' == basename( TEMPLATEPATH ) || defined( 'BP_CLASSIC_TEMPLATE_STRUCTURE' ) ) 542 bp_get_displayed_user_nav(); 542 543 } 543 544 }
Note: See TracChangeset
for help on using the changeset viewer.