diff options
Diffstat (limited to 'include/nav.php')
-rwxr-xr-x | include/nav.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nav.php b/include/nav.php index 4c75a495b..36a3edd2a 100755 --- a/include/nav.php +++ b/include/nav.php @@ -116,6 +116,7 @@ function nav(&$a) { if($_SESSION['page_flags'] == PAGE_NORMAL) { $nav['introductions'] = array('notifications/intros', t('Introductions'), "", t('Friend Requests')); $nav['notifications'] = array('notifications', t('Notifications'), "", t('Notifications')); + $nav['notifications_all']=array('notifications/network', t('See all notifications', "", "")); } |