X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=widgets%2Fwidget_friendheader.php;h=f47b1b572c5e021cebdadbc5e249a3a74e392c40;hb=09bb49eef5acf3b12ab6fae4687f7eec06c40eee;hp=f9a8aceca66b12ad9f17feb89060b18848153b96;hpb=27b60e003f92dd9f3aebbeddb34ebb905488ca82;p=friendica-addons.git diff --git a/widgets/widget_friendheader.php b/widgets/widget_friendheader.php index f9a8acec..f47b1b57 100644 --- a/widgets/widget_friendheader.php +++ b/widgets/widget_friendheader.php @@ -1,29 +1,39 @@ profile = $r[0]; $o = ""; @@ -36,8 +46,8 @@ function friendheader_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']."' target=new>". t('Get added to this list!') .""; + $o .= _abs_url(HTML::contactBlock()); + $o .= "profile['nickname']."' target=new>". DI::l10n()->t('Get added to this list!') .""; return $o; }