X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=widgets%2Fwidget_friends.php;h=b5a078861e949f0229f63bd26f83f98b40e8ccc6;hb=76a9630d40e258e36d289d74a7bd28a0af9f6f15;hp=6b1cf18c44c12b875dafe179a01d1e0eca6ffd18;hpb=97cdca14c46fdda12fa56dd16566f7b08745cfb9;p=friendica-addons.git diff --git a/widgets/widget_friends.php b/widgets/widget_friends.php index 6b1cf18c..b5a07886 100644 --- a/widgets/widget_friends.php +++ b/widgets/widget_friends.php @@ -1,29 +1,40 @@ profile = $r[0]; $o = ""; @@ -34,9 +45,9 @@ function friends_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']."'>". t('Connect on Friendika!') .""; + $o .= "profile['nickname']."'>". L10n::t('Connect on Friendica!') .""; return $o; }