diff options
author | friendica <info@friendica.com> | 2013-01-03 17:08:36 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-03 17:08:36 -0800 |
commit | 9a8dec548010c0d1b5b18112dc7bbba79a247852 (patch) | |
tree | ca5e63cd30ea48ec86e9d03e01f30c729e02012e /include/nav.php | |
parent | 13ec589f80018ba623e6593656a0053c7200d5e8 (diff) | |
download | volse-hubzilla-9a8dec548010c0d1b5b18112dc7bbba79a247852.tar.gz volse-hubzilla-9a8dec548010c0d1b5b18112dc7bbba79a247852.tar.bz2 volse-hubzilla-9a8dec548010c0d1b5b18112dc7bbba79a247852.zip |
place holders for mail and event icons on nav bar
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index 9ebab1320..da42dee95 100644 --- a/include/nav.php +++ b/include/nav.php @@ -75,7 +75,7 @@ EOT; $nav['usermenu'][] = Array('profile/' . $channel['channel_address'], t('Profile'), "", t('Your profile page')); $nav['usermenu'][] = Array('photos/' . $channel['channel_address'], t('Photos'), "", t('Your photos')); - $nav['usermenu'][] = Array('events/', t('Events'), "", t('Your events')); +// $nav['usermenu'][] = Array('events/', t('Events'), "", t('Your events')); } else { @@ -144,6 +144,9 @@ EOT; $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')); + + + $nav['all_events'] = array('events', t('Events'), "", t('Event Calendar')); $nav['manage'] = array('manage', t('Channel Select'), "", t('Manage Your Channels')); |