From 9047840ec2a124f8bf9c9263c42579e78a9f6516 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Mon, 23 Jan 2012 09:23:37 +0100 Subject: nav: fix "See all notifications" --- include/nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/nav.php') diff --git a/include/nav.php b/include/nav.php index 36a3edd2a..95dd37ba6 100755 --- a/include/nav.php +++ b/include/nav.php @@ -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', "", "")); } -- cgit v1.2.3