From 91831d7a472f52c717c1d296ef26673e5402380b Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Tue, 22 Jul 2014 14:02:46 +0200 Subject: [PATCH] Only some spaces removed --- include/nav.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/nav.php b/include/nav.php index fd92b66d1..bb947d5ab 100644 --- a/include/nav.php +++ b/include/nav.php @@ -166,12 +166,12 @@ function nav_info(&$a) { } $nav['delegations'] = Array('delegate', t('Delegations'), "", t('Delegate Page Management')); - + $nav['settings'] = array('settings', t('Settings'),"", t('Account settings')); - + if(feature_enabled(local_user(),'multi_profiles')) $nav['profiles'] = array('profiles', t('Profiles'),"", t('Manage/Edit Profiles')); - + $nav['contacts'] = array('contacts', t('Contacts'),"", t('Manage/edit friends and contacts')); }