X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fcontact_widgets.php;h=5dd3a8bb4b163996d597902adff6f99b741f07a3;hb=0e4cd900d5306c0107530f75554c23226edc16a6;hp=810671a91cceee3e4ce78a646b56b7ef443a79d3;hpb=992684c3620185da00663e25eb1460c4b18920ea;p=friendica.git diff --git a/include/contact_widgets.php b/include/contact_widgets.php index 810671a91c..5dd3a8bb4b 100644 --- a/include/contact_widgets.php +++ b/include/contact_widgets.php @@ -2,7 +2,7 @@ function follow_widget($value = "") { - return replace_macros(get_markup_template('follow.tpl'),array( + return replace_macros(get_markup_template('follow.tpl'), array( '$connect' => t('Add New Contact'), '$desc' => t('Enter address or web location'), '$hint' => t('Example: bob@example.com, http://example.com/barbara'), @@ -13,20 +13,20 @@ function follow_widget($value = "") { } function findpeople_widget() { - require_once('include/Contact.php'); + require_once 'include/Contact.php'; $a = get_app(); - if(get_config('system','invitation_only')) { - $x = get_pconfig(local_user(),'system','invites_remaining'); - if($x || is_site_admin()) { - $a->page['aside'] .= '