aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profiles.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-12 21:29:58 -0700
committerFriendika <info@friendika.com>2011-04-12 21:29:58 -0700
commit4a514fa966b1725c27c5e2d816fee77d1340475b (patch)
treefc01a305d8921affb8f9b5e474ff2d25909fd4dc /mod/profiles.php
parent080efe4d1eaf2ceb85f230a48eac7e2e8103580b (diff)
downloadvolse-hubzilla-4a514fa966b1725c27c5e2d816fee77d1340475b.tar.gz
volse-hubzilla-4a514fa966b1725c27c5e2d816fee77d1340475b.tar.bz2
volse-hubzilla-4a514fa966b1725c27c5e2d816fee77d1340475b.zip
minor ui tweaks
Diffstat (limited to 'mod/profiles.php')
-rw-r--r--mod/profiles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profiles.php b/mod/profiles.php
index 5ab104aa9..cb8e8c59d 100644
--- a/mod/profiles.php
+++ b/mod/profiles.php
@@ -467,7 +467,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']) ? '<strong>' . t('Visible to everybody') . '</strong>'
: '<a href="' . $a->get_baseurl() . '/profperm/' . $rr['id'] . '" />' . t('Edit visibility') . '</a>')
));
}