diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-07 00:07:27 +0100 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-07 00:07:27 +0100 |
commit | 6a5c4bab9c4e06c65fb68b0586853f169197ab0b (patch) | |
tree | 997b542c91283df5ee1208107e49146a9af321ac /include/nav.php | |
parent | 073241a77a678062ad01f12a1218c0cc5e7fcbaf (diff) | |
download | volse-hubzilla-6a5c4bab9c4e06c65fb68b0586853f169197ab0b.tar.gz volse-hubzilla-6a5c4bab9c4e06c65fb68b0586853f169197ab0b.tar.bz2 volse-hubzilla-6a5c4bab9c4e06c65fb68b0586853f169197ab0b.zip |
messages-menu translation, add scroll-to-top and theme-bug-report in theme
Diffstat (limited to 'include/nav.php')
-rwxr-xr-x | include/nav.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/nav.php b/include/nav.php index 511ca07fc..aadfa82fd 100755 --- a/include/nav.php +++ b/include/nav.php @@ -122,6 +122,9 @@ function nav(&$a) { } $nav['messages'] = array('message', t('Messages'), "", t('Private mail')); + $nav['messages']['inbox'] = array('message', t('Inbox'), "", t('Inbox')); + $nav['messages']['outbox']= array('message/sent', t('Outbox'), "", t('Outbox')); + $nav['messages']['new'] = array('message/new', t('New Message'), "", t('New Message')); if(is_array($a->identities) && count($a->identities) > 1) { $nav['manage'] = array('manage', t('Manage'), "", t('Manage other pages')); |