diff options
author | friendica <info@friendica.com> | 2012-03-24 23:04:18 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-24 23:04:18 -0700 |
commit | 6780b76b0c0c8f9f250fabe2ea35ee22139ba3d1 (patch) | |
tree | 4471db6eadfa302698d577696ece62e0d4c57d3f /include/contact_widgets.php | |
parent | f1cb28774230cb69b9ce8ee5b32e4e2531aa586a (diff) | |
download | volse-hubzilla-6780b76b0c0c8f9f250fabe2ea35ee22139ba3d1.tar.gz volse-hubzilla-6780b76b0c0c8f9f250fabe2ea35ee22139ba3d1.tar.bz2 volse-hubzilla-6780b76b0c0c8f9f250fabe2ea35ee22139ba3d1.zip |
improved the inivitations and added a bit of sales pitch.
Diffstat (limited to 'include/contact_widgets.php')
-rwxr-xr-x | include/contact_widgets.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/contact_widgets.php b/include/contact_widgets.php index 605a3eb78..135a9e4e8 100755 --- a/include/contact_widgets.php +++ b/include/contact_widgets.php @@ -15,8 +15,6 @@ function findpeople_widget() { $a = get_app(); - $inv = (($a->config['register_policy'] != REGISTER_CLOSED) ? t('Invite Friends') : ''); - if(get_config('system','invitation_only')) { $x = get_pconfig(local_user(),'system','invites_remaining'); if($x || is_site_admin()) { @@ -34,7 +32,7 @@ function findpeople_widget() { '$findthem' => t('Find'), '$suggest' => t('Friend Suggestions'), '$similar' => t('Similar Interests'), - '$inv' => $inv + '$inv' => t('Invite Friends') )); } |