diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-25 03:18:21 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-25 03:18:21 -0400 |
commit | 84686a26986e4d57093e48523b444dcd4f17c392 (patch) | |
tree | 3d45d2fcf42e34412328f6878944bed9c0993662 /include | |
parent | 1d56224b08fe9781a050143f14c45fd518c5ca93 (diff) | |
parent | 1b8ac30fae55ff842d7f34fa2d9086d42cc421f1 (diff) | |
download | volse-hubzilla-84686a26986e4d57093e48523b444dcd4f17c392.tar.gz volse-hubzilla-84686a26986e4d57093e48523b444dcd4f17c392.tar.bz2 volse-hubzilla-84686a26986e4d57093e48523b444dcd4f17c392.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
move community_pages to right_aside, fixes in css
improved the inivitations and added a bit of sales pitch.
* master:
Diffstat (limited to 'include')
-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') )); } |