aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-22 13:32:54 -0800
committerfriendica <info@friendica.com>2012-01-22 13:32:54 -0800
commitcf7e56aacb3fb0df60de7f9a67f987145721d46b (patch)
tree91f5f9927d4d665f765c6fc788e79af94a5e5689 /include/nav.php
parent9f0a836674081d1ab7f2769a2f3f5b1245961690 (diff)
parentf1e4585c661d369bb0f2c208cfe19bbe0c1f68a0 (diff)
downloadvolse-hubzilla-cf7e56aacb3fb0df60de7f9a67f987145721d46b.tar.gz
volse-hubzilla-cf7e56aacb3fb0df60de7f9a67f987145721d46b.tar.bz2
volse-hubzilla-cf7e56aacb3fb0df60de7f9a67f987145721d46b.zip
Merge branch 'pull'
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', "", ""));
}