aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profiles.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-30 15:41:42 -0800
committerfriendica <info@friendica.com>2013-12-30 15:41:42 -0800
commit4c541bb680823b7488a2614b5ef0231ad38b42c8 (patch)
tree7a286e9451d58d299d9cee2183ff4ee2398fb371 /mod/profiles.php
parent0dd7d936744cccfac4228cabecddc59ce05eb26c (diff)
downloadvolse-hubzilla-4c541bb680823b7488a2614b5ef0231ad38b42c8.tar.gz
volse-hubzilla-4c541bb680823b7488a2614b5ef0231ad38b42c8.tar.bz2
volse-hubzilla-4c541bb680823b7488a2614b5ef0231ad38b42c8.zip
expose profile things in the UI
Diffstat (limited to 'mod/profiles.php')
-rw-r--r--mod/profiles.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/profiles.php b/mod/profiles.php
index 4625a8805..b94e4bf03 100644
--- a/mod/profiles.php
+++ b/mod/profiles.php
@@ -610,6 +610,8 @@ function profiles_content(&$a) {
$tpl_header = get_markup_template('profile_listing_header.tpl');
$o .= replace_macros($tpl_header,array(
'$header' => t('Edit/Manage Profiles'),
+ '$addstuff' => t('Add profile things'),
+ '$stuff_desc' => t('Include desirable objects in your profile'),
'$chg_photo' => t('Change profile photo'),
'$cr_new' => t('Create New Profile'),
'$cr_new_link' => 'profiles/new?t=' . get_form_security_token("profile_new")