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