]> git.mxchange.org Git - friendica.git/blobdiff - include/nav.php
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
[friendica.git] / include / nav.php
index c8a44af80b0c9085efa7d939b3cce14d769b0752..511ca07fc0079ef41736260f964bd3883adbcee6 100755 (executable)
@@ -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'), '','');
 
                }