From 7e806429cca6ac39a9ef1bd1fd400d03e626389b Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Thu, 15 Sep 2011 10:38:37 +0200 Subject: [PATCH] quattro --- boot.php | 6 ++++-- view/profile_vcard.tpl | 4 +++- view/theme/quattro/quattro.less | 5 ++++- view/theme/quattro/style.css | 5 ++++- 4 files changed, 15 insertions(+), 5 deletions(-) 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