X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=widgets%2Fwidget_friendheader.php;h=7df1ff7c24910eee5cb2e9fb0c4d0262017a9d70;hb=261efba5102ab1d3abdf070c4e4a0846e691f787;hp=20a84e253e8ca3a47278b595c03684e409694803;hpb=52252f0f0f353e83bb410db0474edb8ea0e003af;p=friendica-addons.git diff --git a/widgets/widget_friendheader.php b/widgets/widget_friendheader.php index 20a84e25..7df1ff7c 100644 --- a/widgets/widget_friendheader.php +++ b/widgets/widget_friendheader.php @@ -1,29 +1,39 @@ profile = $r[0]; $o = ""; @@ -34,10 +44,10 @@ function friendheader_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']."' 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; }