From 30fcda7576681ff5e311f720a8d3a73ac808ae82 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Sun, 22 Jan 2012 19:27:56 +0100 Subject: nav: fix intro notification url, fix "See all notifications" url and make it translatable --- include/nav.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/nav.php') 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', "", "")); } -- cgit v1.2.3