From: Fabio Comuni Date: Thu, 15 Sep 2011 08:38:37 +0000 (+0200) Subject: quattro X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7e806429cca6ac39a9ef1bd1fd400d03e626389b;p=friendica.git quattro --- diff --git a/boot.php b/boot.php index 10195c2bac..4798d55d30 100644 --- a/boot.php +++ b/boot.php @@ -881,8 +881,10 @@ function profile_sidebar($profile, $block = 0) { 'id' => $rr['id'], 'alt' => t('Profile Image'), 'profile_name' => $rr['profile-name'], - 'visible' => (($rr['is-default']) ? '' . t('visible to everybody') . '' - : '' . t('Edit visibility') . '') + 'isdefault' => $rr['is-default'], + 'visibile_to_everybody' => t('visible to everybody'), + 'edit_visibility' => t('Edit visibility'), + ); } diff --git a/view/profile_vcard.tpl b/view/profile_vcard.tpl index cab732cc14..d65b65784c 100644 --- a/view/profile_vcard.tpl +++ b/view/profile_vcard.tpl @@ -7,7 +7,9 @@ $profile.edit.1