X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fcontact_widgets.php;h=0b82fcb8f36b64b090fe82a99e14d07225d74123;hb=2148a2bdb0cb38d3a085109eeeb6acc5d65484e6;hp=5dd3a8bb4b163996d597902adff6f99b741f07a3;hpb=b9d8587f413d198b854ccb213521e47327088566;p=friendica.git diff --git a/include/contact_widgets.php b/include/contact_widgets.php index 5dd3a8bb4b..0b82fcb8f3 100644 --- a/include/contact_widgets.php +++ b/include/contact_widgets.php @@ -1,5 +1,8 @@ t('Friend Suggestions'), '$similar' => t('Similar Interests'), '$random' => t('Random Profile'), - '$inv' => t('Invite Friends') + '$inv' => t('Invite Friends'), + '$directory' => t('View Global Directory'), + '$global_dir' => $global_dir )); } @@ -49,7 +55,7 @@ function unavailable_networks() { $networks[] = NETWORK_APPNET; } - if (!plugin_enabled("fbpost") AND !plugin_enabled("facebook")) { + if (!plugin_enabled("fbpost") && !plugin_enabled("facebook")) { $networks[] = NETWORK_FACEBOOK; }