diff options
author | Friendika <info@friendika.com> | 2011-08-05 06:42:27 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-05 06:42:27 -0700 |
commit | 1d659bd8543c630ff1eda245ab7e9afeec6eebe1 (patch) | |
tree | 38a002abb1ac3272af808af8f1c66ab5b7135318 /mod/profiles.php | |
parent | 5a5a7bfc4cf551f6353358b961399efcaa8269b3 (diff) | |
download | volse-hubzilla-1d659bd8543c630ff1eda245ab7e9afeec6eebe1.tar.gz volse-hubzilla-1d659bd8543c630ff1eda245ab7e9afeec6eebe1.tar.bz2 volse-hubzilla-1d659bd8543c630ff1eda245ab7e9afeec6eebe1.zip |
move public profile warning to top of page
Diffstat (limited to 'mod/profiles.php')
-rw-r--r-- | mod/profiles.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profiles.php b/mod/profiles.php index 64fab797f..b269fa30c 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']) ? '<strong>' . t('Visible to everybody') . '</strong>' + '$visible' => (($rr['is-default']) ? '<strong>' . t('visible to everybody') . '</strong>' : '<a href="' . $a->get_baseurl() . '/profperm/' . $rr['id'] . '" />' . t('Edit visibility') . '</a>') )); } |