]> git.mxchange.org Git - friendica.git/blobdiff - include/nav.php
add uid variable to b8 classes
[friendica.git] / include / nav.php
index 4c75a495b3925d1ee0fe0153e5e983535d93a675..95dd37ba6c3aa5f238ee8ff88086aa3e304b535a 100755 (executable)
@@ -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', "", ""));
 
                }