aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-01-22 19:27:56 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2012-01-22 19:27:56 +0100
commit30fcda7576681ff5e311f720a8d3a73ac808ae82 (patch)
tree3a404019a2997dcfc852e1716fd68c13ba14a6df /include/nav.php
parentb5ec47590673ff9d147de1952d357b34e405a131 (diff)
downloadvolse-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-xinclude/nav.php1
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', "", ""));
}