aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-03-06 15:22:55 -0800
committerSimon <simon@kisikew.org>2012-03-06 15:22:55 -0800
commitdecc9e5798625f16c30a283483ee4323bc4b633f (patch)
treea53fff22a6700730a2d8f61b5ff324e4de8f90ae /include
parenta464e4d33fbca9c02cd99abab092d43b631aa780 (diff)
parent6a5c4bab9c4e06c65fb68b0586853f169197ab0b (diff)
downloadvolse-hubzilla-decc9e5798625f16c30a283483ee4323bc4b633f.tar.gz
volse-hubzilla-decc9e5798625f16c30a283483ee4323bc4b633f.tar.bz2
volse-hubzilla-decc9e5798625f16c30a283483ee4323bc4b633f.zip
Merge pull request #99 from tomtom84/master
fixes in theme diabook
Diffstat (limited to 'include')
-rwxr-xr-xinclude/nav.php3
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'));