X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=widgets%2Fwidget_friends.php;h=a3951cdc884387da4ce967daa2e1b09a8f886bf7;hb=81dc1e5eb1bc4a42fa485cb668b200a63fb1feaa;hp=36212713d253715a8f32f378f8de9ef7b2010e4d;hpb=a8282d143e43eaab9239c472fd42a5ecbf957d0d;p=friendica-addons.git diff --git a/widgets/widget_friends.php b/widgets/widget_friends.php index 36212713..a3951cdc 100644 --- a/widgets/widget_friends.php +++ b/widgets/widget_friends.php @@ -1,6 +1,8 @@ "; - $o .= _abs_url(contact_block()); - $o .= "profile['nickname']."'>". L10n::t('Connect on Friendica!') .""; + $o .= _abs_url(HTML::contactBlock()); + $o .= "profile['nickname']."'>". DI::l10n()->t('Connect on Friendica!') .""; return $o; }