X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=widgets%2Fwidget_friendheader.php;h=7df1ff7c24910eee5cb2e9fb0c4d0262017a9d70;hb=261efba5102ab1d3abdf070c4e4a0846e691f787;hp=f9a8aceca66b12ad9f17feb89060b18848153b96;hpb=461b3db9f449fdb1ce780a337cf2f1bb7aa35ac5;p=friendica-addons.git diff --git a/widgets/widget_friendheader.php b/widgets/widget_friendheader.php index f9a8acec..7df1ff7c 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>". L10n::t('Get added to this list!') .""; return $o; }