X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=widgets%2Fwidget_friendheader.php;h=f8033667563656f08a92cde29d1980ded0bd7410;hb=f8726b823776bf2398748f4395f3dee760b8029b;hp=20a84e253e8ca3a47278b595c03684e409694803;hpb=6e280e71433431b3ff297f8be2c2ee05f1cfba7f;p=friendica-addons.git diff --git a/widgets/widget_friendheader.php b/widgets/widget_friendheader.php index 20a84e25..f8033667 100644 --- a/widgets/widget_friendheader.php +++ b/widgets/widget_friendheader.php @@ -1,29 +1,38 @@ profile = $r[0]; $o = ""; @@ -34,10 +43,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 .= "profile['nickname']."' target=new>". L10n::t('Get added to this list!') .""; + return $o; }