aboutsummaryrefslogtreecommitdiffstats
path: root/include/channel.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-02-23 13:21:49 -0800
committerzotlabs <mike@macgirvin.com>2018-02-23 13:24:50 -0800
commit3dd64e7916872d21122c8184abb80eaa5a79a3fc (patch)
tree70061431b73792e60b1c182e7bcb0352c83e56df /include/channel.php
parent048a636315671b7e9aaf9152273d101994e37c43 (diff)
downloadvolse-hubzilla-3dd64e7916872d21122c8184abb80eaa5a79a3fc.tar.gz
volse-hubzilla-3dd64e7916872d21122c8184abb80eaa5a79a3fc.tar.bz2
volse-hubzilla-3dd64e7916872d21122c8184abb80eaa5a79a3fc.zip
usability: click your own profile photo to change it instead of hunting it down in the profile edit navmenu. We still need work on the 'or use a photo from your albums' to use something like the photo selection widget in the post editor as you otherwise have to track down the 'use as profile photo' entry in the photo detail navmenu instead of just clicking an image.
Diffstat (limited to 'include/channel.php')
-rw-r--r--include/channel.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/channel.php b/include/channel.php
index d1d41d378..a8ddfa978 100644
--- a/include/channel.php
+++ b/include/channel.php
@@ -1449,6 +1449,7 @@ function profile_sidebar($profile, $block = 0, $show_connect = true, $zcard = fa
'$reddress' => $reddress,
'$rating' => '',
'$contact_block' => $contact_block,
+ '$change_photo' => t('Change your profile photo'),
'$editmenu' => profile_edit_menu($profile['uid'])
));