From: Friendika Date: Fri, 5 Aug 2011 13:42:27 +0000 (-0700) Subject: move public profile warning to top of page X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1d659bd8543c630ff1eda245ab7e9afeec6eebe1;p=friendica.git move public profile warning to top of page --- diff --git a/mod/profiles.php b/mod/profiles.php index 64fab797f6..b269fa30c7 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -469,7 +469,7 @@ function profiles_content(&$a) { '$id' => $rr['id'], '$alt' => t('Profile Image'), '$profile_name' => $rr['profile-name'], - '$visible' => (($rr['is-default']) ? '' . t('Visible to everybody') . '' + '$visible' => (($rr['is-default']) ? '' . t('visible to everybody') . '' : '' . t('Edit visibility') . '') )); } diff --git a/view/profile_edit.tpl b/view/profile_edit.tpl index 053e19594b..8dab726492 100644 --- a/view/profile_edit.tpl +++ b/view/profile_edit.tpl @@ -1,3 +1,5 @@ +$default +

$banner