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')); diff --git a/view/theme/diabook/icons/ftdevs.gif b/view/theme/diabook/icons/ftdevs.gif new file mode 100644 index 000000000..e0fc25743 Binary files /dev/null and b/view/theme/diabook/icons/ftdevs.gif differ diff --git a/view/theme/diabook/icons/scroll_top.png b/view/theme/diabook/icons/scroll_top.png new file mode 100755 index 000000000..0e7f7ae6a Binary files /dev/null and b/view/theme/diabook/icons/scroll_top.png differ diff --git a/view/theme/diabook/nav.tpl b/view/theme/diabook/nav.tpl index 1f2f64f6a..3a36e7daa 100644 --- a/view/theme/diabook/nav.tpl +++ b/view/theme/diabook/nav.tpl @@ -25,7 +25,7 @@ $nav.contacts.1
@@ -38,9 +38,9 @@ {{ endif }} @@ -138,18 +138,11 @@ +