From 3d56ab227d03840928a9fcebb0a8508fe69f31b6 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 7 Nov 2012 18:48:31 -0800 Subject: turn multiple profiles into a feature, implement connection flags (block,hide,archive,etc.) --- include/nav.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/nav.php') diff --git a/include/nav.php b/include/nav.php index 5b86a0691..c714502a1 100644 --- a/include/nav.php +++ b/include/nav.php @@ -152,7 +152,9 @@ EOT; $nav['manage'] = array('manage', t('Channel Select'), "", t('Manage Your Channels')); $nav['settings'] = array('settings', t('Settings'),"", t('Account/Channel Settings')); - $nav['profiles'] = array('profiles', t('Profiles'),"", t('Manage/Edit Profiles')); + if(feature_enabled(local_user(),'multi_profiles')) + $nav['profiles'] = array('profiles', t('Profiles'),"", t('Manage/Edit Profiles')); + $nav['contacts'] = array('connections', t('Connections'),"", t('Manage/Edit Friends and Connections')); } -- cgit v1.2.3