diff options
author | duthied <duthied@gmail.com> | 2011-10-06 23:29:44 -0700 |
---|---|---|
committer | duthied <duthied@gmail.com> | 2011-10-06 23:29:44 -0700 |
commit | 72af2d610b945cc2b11fb2f1073ee77c1e34147a (patch) | |
tree | f7d79d744d552d6296a33f88491252ce6beeb4a3 /include | |
parent | 2802c142cb4c479f82bcf790c8cc6b4bda51de7b (diff) | |
parent | f5fc8dabe5ec61e577f64badce30a7c42c19fafa (diff) | |
download | volse-hubzilla-72af2d610b945cc2b11fb2f1073ee77c1e34147a.tar.gz volse-hubzilla-72af2d610b945cc2b11fb2f1073ee77c1e34147a.tar.bz2 volse-hubzilla-72af2d610b945cc2b11fb2f1073ee77c1e34147a.zip |
Merge pull request #20 from duthied/master
Notifications page improvements + testbubble theme tweaks
Diffstat (limited to 'include')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index 16ec941aa..600043ee5 100644 --- a/include/nav.php +++ b/include/nav.php @@ -114,7 +114,7 @@ function nav(&$a) { /* only show friend requests for normal pages. Other page types have automatic friendship. */ if($_SESSION['page_flags'] == PAGE_NORMAL) { - $nav['notifications'] = array('notifications', t('Notifications'), "", t('Friend requests')); + $nav['notifications'] = array('notifications/network', t('Notifications'), "", t('Notifications')); } $nav['messages'] = array('message', t('Messages'), "", t('Private mail')); |