X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=widgets%2Fwidget_friends.php;h=08b7415c5a3a98a2b0ef508cc53f06c4ae4794bc;hb=d3e26c729fcd6e566ce6c9d533c6a45c332dc04c;hp=25e20180186665a4afd1bf8d1e7b9142feba0833;hpb=461b3db9f449fdb1ce780a337cf2f1bb7aa35ac5;p=friendica-addons.git diff --git a/widgets/widget_friends.php b/widgets/widget_friends.php index 25e20180..08b7415c 100644 --- a/widgets/widget_friends.php +++ b/widgets/widget_friends.php @@ -1,29 +1,42 @@ profile = $r[0]; $o = ""; @@ -36,7 +49,7 @@ function friends_widget_content(&$a, $conf){ .contact-block-div { display: block !important; float: left!important; width: 50px!important; height: 50px!important; margin: 2px!important;} "; - $o .= _abs_url(contact_block()); - $o .= "profile['nickname']."'>". t('Connect on Friendica!') .""; + $o .= _abs_url(HTML::contactBlock()); + $o .= "profile['nickname']."'>". DI::l10n()->t('Connect on Friendica!') .""; return $o; }