From c4ca0f796ad84cbca037ca3cfe52f7dcb0aa413f Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sat, 2 Feb 2013 16:28:10 +0000 Subject: Fix broken menu for multiple profiles. --- include/nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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')); -- cgit v1.2.3