diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-04 15:44:33 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-04 15:44:33 +0100 |
commit | edf6da7189b69e05128ae6c433b9744f6a09b28f (patch) | |
tree | aa6cdb48d0c4b7ca863eac5e81da4745059e7c40 /mod/profiles.php | |
parent | a59d1b22f6ab1bf5b3cf5df555d71b893c05540a (diff) | |
download | volse-hubzilla-edf6da7189b69e05128ae6c433b9744f6a09b28f.tar.gz volse-hubzilla-edf6da7189b69e05128ae6c433b9744f6a09b28f.tar.bz2 volse-hubzilla-edf6da7189b69e05128ae6c433b9744f6a09b28f.zip |
add cover photo upload link to edit profile
Diffstat (limited to 'mod/profiles.php')
-rw-r--r-- | mod/profiles.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/profiles.php b/mod/profiles.php index 282d741ac..3ae1390df 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -675,6 +675,7 @@ function profiles_content(&$a) { '$submit' => t('Submit'), '$viewprof' => t('View this profile'), '$editvis' => t('Edit visibility'), + '$coverpic' => t('Change Cover Photo'), '$profpic' => t('Change Profile Photo'), '$cr_prof' => t('Create a new profile using these settings'), '$cl_prof' => t('Clone this profile'), |