aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2012-01-23 00:25:34 -0800
committerfabrixxm <fabrix.xm@gmail.com>2012-01-23 00:25:34 -0800
commite3bcd6ab1b0b084b56fd2789fe100fa4614f348c (patch)
tree12a0dae256c656434b1f93d61d48f3533970a5bf /include
parent11aa83742e7926c97b6e1528209a011390fa3115 (diff)
parent9047840ec2a124f8bf9c9263c42579e78a9f6516 (diff)
downloadvolse-hubzilla-e3bcd6ab1b0b084b56fd2789fe100fa4614f348c.tar.gz
volse-hubzilla-e3bcd6ab1b0b084b56fd2789fe100fa4614f348c.tar.bz2
volse-hubzilla-e3bcd6ab1b0b084b56fd2789fe100fa4614f348c.zip
Merge pull request #28 from fabrixxm/master
fix "See all notifications"
Diffstat (limited to 'include')
-rwxr-xr-xinclude/nav.php2
1 files changed, 1 insertions, 1 deletions
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', "", ""));
}