PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
buddypress
/
bp-themes
/
bp-default
/
members
/
single
<?php /** * BuddyPress - Users Settings * * @package BuddyPress * @subpackage bp-default */ ?> <div class="item-list-tabs no-ajax" id="subnav" role="navigation"> <ul> <?php if ( bp_core_can_edit_settings() ) : ?> <?php bp_get_options_nav(); ?> <?php endif; ?> </ul> </div> <?php if ( bp_is_current_action( 'notifications' ) ) : locate_template( array( 'members/single/settings/notifications.php' ), true ); elseif ( bp_is_current_action( 'delete-account' ) ) : locate_template( array( 'members/single/settings/delete-account.php' ), true ); elseif ( bp_is_current_action( 'general' ) ) : locate_template( array( 'members/single/settings/general.php' ), true ); elseif ( bp_is_current_action( 'profile' ) ) : locate_template( array( 'members/single/settings/profile.php' ), true ); else : locate_template( array( 'members/single/plugins.php' ), true ); endif;
[+]
..
[-] notifications.php
[edit]
[-] messages.php
[edit]
[+]
settings
[-] friends.php
[edit]
[-] activity.php
[edit]
[-] home.php
[edit]
[-] groups.php
[edit]
[+]
groups
[-] profile.php
[edit]
[+]
activity
[+]
notifications
[+]
profile
[-] member-header.php
[edit]
[-] plugins.php
[edit]
[-] blogs.php
[edit]
[+]
messages
[-] settings.php
[edit]
[+]
forums
[+]
friends
[-] forums.php
[edit]