X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=widgets%2Fwidget_friends.php;h=a3951cdc884387da4ce967daa2e1b09a8f886bf7;hb=53989625065413d2d2bf6057c91f91de13a69696;hp=195667e89bb4962612950534e150f8a78ee567e8;hpb=318cb246f97ce5b18f18096605c0494dc42f68b5;p=friendica-addons.git diff --git a/widgets/widget_friends.php b/widgets/widget_friends.php index 195667e8..a3951cdc 100644 --- a/widgets/widget_friends.php +++ b/widgets/widget_friends.php @@ -1,29 +1,42 @@ profile = $r[0]; $o = ""; @@ -34,9 +47,9 @@ function friends_widget_content(&$a, $conf){ .allcontact-link { float: right; margin: 0px; } .contact-block-content { clear:both; } .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; }