]> git.mxchange.org Git - friendica.git/blobdiff - include/nav.php
Merge branch 'pull'
[friendica.git] / include / nav.php
index 36a3edd2a2ce1dd11be7cbeb89a683655288c5bb..95dd37ba6c3aa5f238ee8ff88086aa3e304b535a 100755 (executable)
@@ -116,7 +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', "", ""));
+                       $nav['notifications']['all']=array('notifications/network', t('See all notifications', "", ""));
 
                }