aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2015-09-25 11:19:42 +0200
committerzottel <github@zottel.net>2015-09-25 11:19:42 +0200
commita7b2d23e9b59805a35380478ca3501fc315edb78 (patch)
treea2f6517fa09b83419403b93663e3ccd187fa3fbf /include/nav.php
parent03fb13e7497457d5fe69fc8ed007e5e49a2d6d8a (diff)
parentba94f824b992f9ed787a71c2956388e975058ca8 (diff)
downloadvolse-hubzilla-a7b2d23e9b59805a35380478ca3501fc315edb78.tar.gz
volse-hubzilla-a7b2d23e9b59805a35380478ca3501fc315edb78.tar.bz2
volse-hubzilla-a7b2d23e9b59805a35380478ca3501fc315edb78.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/nav.php')
-rw-r--r--include/nav.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/nav.php b/include/nav.php
index 972795e83..1630c4731 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -185,11 +185,11 @@ EOT;
$nav['notifications']['all']=array('notifications/system', t('See all notifications'), "", "");
$nav['notifications']['mark'] = array('', t('Mark all system notifications seen'), '','');
- $nav['messages'] = array('message', t('Mail'), "", t('Private mail'),'mail_nav_btn');
- $nav['messages']['all']=array('message', t('See all private messages'), "", "");
+ $nav['messages'] = array('mail/combined', t('Mail'), "", t('Private mail'),'mail_nav_btn');
+ $nav['messages']['all']=array('mail/combined', t('See all private messages'), "", "");
$nav['messages']['mark'] = array('', t('Mark all private messages seen'), '','');
- $nav['messages']['inbox'] = array('message', t('Inbox'), "", t('Inbox'));
- $nav['messages']['outbox']= array('message/sent', t('Outbox'), "", t('Outbox'));
+ $nav['messages']['inbox'] = array('mail/inbox', t('Inbox'), "", t('Inbox'));
+ $nav['messages']['outbox']= array('mail/outbox', t('Outbox'), "", t('Outbox'));
$nav['messages']['new'] = array('mail/new', t('New Message'), "", t('New Message'));