diff options
author | friendica <info@friendica.com> | 2013-02-02 12:50:04 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-02 12:50:04 -0800 |
commit | c5b00bc56cd609e91cd60d05bb7a82301ae46047 (patch) | |
tree | 30c7d511cb4e845a5d9bb31f6b8d92b6783c654d /include | |
parent | 4ee4dcf43dfe2f0bc3f39ed2a9d18b279ae73c6f (diff) | |
parent | c4ca0f796ad84cbca037ca3cfe52f7dcb0aa413f (diff) | |
download | volse-hubzilla-c5b00bc56cd609e91cd60d05bb7a82301ae46047.tar.gz volse-hubzilla-c5b00bc56cd609e91cd60d05bb7a82301ae46047.tar.bz2 volse-hubzilla-c5b00bc56cd609e91cd60d05bb7a82301ae46047.zip |
Merge pull request #26 from beardy-unixer/master
Admin page
Diffstat (limited to 'include')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index bbf803390..5490d6cd4 100644 --- a/include/nav.php +++ b/include/nav.php @@ -74,7 +74,7 @@ EOT; $nav['usermenu'][] = Array('channel/' . $channel['channel_address'], t('Status'), "", t('Your posts and conversations')); $nav['usermenu'][] = Array('profile/' . $channel['channel_address'], t('View Profile'), "", t('Your profile page')); if(feature_enabled(local_user(),'multi_profiles')) - $nav['usermenu'] = Array('profiles', t('Edit Profiles'),"", t('Manage/Edit Profiles')); + $nav['usermenu'][] = Array('profiles', t('Edit Profiles'),"", t('Manage/Edit Profiles')); $nav['usermenu'][] = Array('photos/' . $channel['channel_address'], t('Photos'), "", t('Your photos')); // $nav['usermenu'][] = Array('events/', t('Events'), "", t('Your events')); |