X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fnav.php;h=95dd37ba6c3aa5f238ee8ff88086aa3e304b535a;hb=64d0616762efcff413a335f2fdde4d8219d44895;hp=4c75a495b3925d1ee0fe0153e5e983535d93a675;hpb=8aa25523721303b6883e1a793f20997f8a33ec0a;p=friendica.git diff --git a/include/nav.php b/include/nav.php index 4c75a495b3..95dd37ba6c 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', "", "")); }