diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-09-24 14:07:44 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-09-24 14:07:44 +0200 |
commit | b9723aa85bb10347ca28df0e15b16dabea11ec1d (patch) | |
tree | 807d13d17606303a2bccad06f7328d85daa023cb /include/nav.php | |
parent | e04f04ef0f79d938576668c57d7240d376155a8a (diff) | |
download | volse-hubzilla-b9723aa85bb10347ca28df0e15b16dabea11ec1d.tar.gz volse-hubzilla-b9723aa85bb10347ca28df0e15b16dabea11ec1d.tar.bz2 volse-hubzilla-b9723aa85bb10347ca28df0e15b16dabea11ec1d.zip |
some heavy private mail restructuring - work in progress
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 8 |
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')); |