X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fnav.php;h=511ca07fc0079ef41736260f964bd3883adbcee6;hb=d647dbc6af33689d0baf4bafd72031d06dcf7577;hp=c8a44af80b0c9085efa7d939b3cce14d769b0752;hpb=1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b;p=friendica.git diff --git a/include/nav.php b/include/nav.php index c8a44af80b..511ca07fc0 100755 --- a/include/nav.php +++ b/include/nav.php @@ -116,7 +116,8 @@ 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', "", "")); + $nav['notifications']['all']=array('notifications/system', t('See all notifications'), "", ""); + $nav['notifications']['mark'] = array('', t('Mark all system notifications seen'), '',''); }