diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-15 10:38:37 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-15 10:38:37 +0200 |
commit | 7e806429cca6ac39a9ef1bd1fd400d03e626389b (patch) | |
tree | 1079d7279f80ae61a207073183c2c42e1a7248ba /boot.php | |
parent | dbc5ecfe572b0dc11bab277dcbe24541cdd4e858 (diff) | |
download | volse-hubzilla-7e806429cca6ac39a9ef1bd1fd400d03e626389b.tar.gz volse-hubzilla-7e806429cca6ac39a9ef1bd1fd400d03e626389b.tar.bz2 volse-hubzilla-7e806429cca6ac39a9ef1bd1fd400d03e626389b.zip |
quattro
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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']) ? '<strong>' . t('visible to everybody') . '</strong>' - : '<a href="' . $a->get_baseurl() . '/profperm/' . $rr['id'] . '" />' . t('Edit visibility') . '</a>') + 'isdefault' => $rr['is-default'], + 'visibile_to_everybody' => t('visible to everybody'), + 'edit_visibility' => t('Edit visibility'), + ); } |