PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
buddypress
/
bp-themes
/
bp-default
/
members
/
single
<?php /** * BuddyPress - Users Notifications * * @package BuddyPress * @subpackage bp-legacy */ ?> <div class="item-list-tabs no-ajax" id="subnav" role="navigation"> <ul> <?php bp_get_options_nav(); ?> <li id="members-order-select" class="last filter"> <?php bp_notifications_sort_order_form(); ?> </li> </ul> </div> <?php switch ( bp_current_action() ) : // Unread case 'unread' : bp_get_template_part( 'members/single/notifications/unread' ); break; // Read case 'read' : bp_get_template_part( 'members/single/notifications/read' ); break; // Any other default : bp_get_template_part( 'members/single/plugins' ); break; endswitch;
[+]
..
[-] 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]