diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-01-22 19:27:56 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-01-22 19:27:56 +0100 |
commit | 30fcda7576681ff5e311f720a8d3a73ac808ae82 (patch) | |
tree | 3a404019a2997dcfc852e1716fd68c13ba14a6df /include/nav.php | |
parent | b5ec47590673ff9d147de1952d357b34e405a131 (diff) | |
download | volse-hubzilla-30fcda7576681ff5e311f720a8d3a73ac808ae82.tar.gz volse-hubzilla-30fcda7576681ff5e311f720a8d3a73ac808ae82.tar.bz2 volse-hubzilla-30fcda7576681ff5e311f720a8d3a73ac808ae82.zip |
nav: fix intro notification url, fix "See all notifications" url and make it translatable
Diffstat (limited to 'include/nav.php')
-rwxr-xr-x | include/nav.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nav.php b/include/nav.php index 4c75a495b..36a3edd2a 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', "", "")); } |