X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=widgets%2Fwidget_friends.php;h=08b7415c5a3a98a2b0ef508cc53f06c4ae4794bc;hb=195380eb7e9cc74052ec3b9de9fade4338f4fe1d;hp=fc7d7aa9846418c012b43d46251e3ed0ee9ea6ee;hpb=6b11074c7cf1aae5c139d9d649bc55da6e46b572;p=friendica-addons.git diff --git a/widgets/widget_friends.php b/widgets/widget_friends.php index fc7d7aa9..08b7415c 100644 --- a/widgets/widget_friends.php +++ b/widgets/widget_friends.php @@ -1,37 +1,55 @@ profile = $r[0]; $o = ""; $o .= ""; - $o .= _abs_url(contact_block()); - $o .= "profile['nickname']."'>". t('Connect on Friendika!') .""; + $o .= _abs_url(HTML::contactBlock()); + $o .= "profile['nickname']."'>". DI::l10n()->t('Connect on Friendica!') .""; return $o; }