aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profile_photo.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-07 23:10:43 -0700
committerFriendika <info@friendika.com>2011-04-07 23:10:43 -0700
commite35a5bac55e0e259c7c587adfaf546484b032c92 (patch)
tree0e5a30005fc6e5272bde49c95f3674fd13f34ef5 /mod/profile_photo.php
parent338ba485548f9ec1acbc9349f7db95e84c51e7eb (diff)
downloadvolse-hubzilla-e35a5bac55e0e259c7c587adfaf546484b032c92.tar.gz
volse-hubzilla-e35a5bac55e0e259c7c587adfaf546484b032c92.tar.bz2
volse-hubzilla-e35a5bac55e0e259c7c587adfaf546484b032c92.zip
the rest of the english html templates except for htconfig
Diffstat (limited to 'mod/profile_photo.php')
-rw-r--r--mod/profile_photo.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/mod/profile_photo.php b/mod/profile_photo.php
index 48805fbdd..fe4da3baf 100644
--- a/mod/profile_photo.php
+++ b/mod/profile_photo.php
@@ -184,7 +184,11 @@ function profile_photo_content(&$a) {
$tpl = load_view_file('view/profile_photo.tpl');
$o .= replace_macros($tpl,array(
- '$user' => $a->user['nickname']
+ '$user' => $a->user['nickname'],
+ '$lbl_upfile' => t('Upload File:'),
+ '$title' => t('Upload Profile Photo'),
+ '$submit' => t('Upload'),
+ '$select' => sprintf('%s %s', t('or'), '<a href="'. $a->get_baseurl() . '/photos/' . $a->user['nickname'] . '">' . t('select a photo from your photo albums') . '</a>')
));
return $o;