]> git.mxchange.org Git - friendica.git/blobdiff - mod/profiles.php
multi-user, do not cache open mbox
[friendica.git] / mod / profiles.php
index 5ab104aa9d3cda93a58ba62df40a16434e9d94cf..cb8e8c59dc057164f387fe22c53be63b4d1de1c9 100644 (file)
@@ -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>')
                                ));
                        }