X-Git-Url: https://git.mxchange.org/?p=friendica-addons.git;a=blobdiff_plain;f=widgets%2Fwidget_friendheader.php;h=f8033667563656f08a92cde29d1980ded0bd7410;hp=20a84e253e8ca3a47278b595c03684e409694803;hb=f8c162cbfb777793891f885e019eb8eae319dce1;hpb=52252f0f0f353e83bb410db0474edb8ea0e003af 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; }