X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=widgets%2Fwidget_friends.php;fp=widgets%2Fwidget_friends.php;h=25e20180186665a4afd1bf8d1e7b9142feba0833;hb=27b60e003f92dd9f3aebbeddb34ebb905488ca82;hp=195667e89bb4962612950534e150f8a78ee567e8;hpb=4ee41c64a3aee15820e854013a5b6a7c4447fa2c;p=friendica-addons.git diff --git a/widgets/widget_friends.php b/widgets/widget_friends.php index 195667e8..25e20180 100644 --- a/widgets/widget_friends.php +++ b/widgets/widget_friends.php @@ -8,17 +8,17 @@ function friends_widget_help() { } function friends_widget_args(){ - return Array(); + return []; } function friends_widget_size(){ - return Array('100%','200px'); + return ['100%','200px']; } function friends_widget_content(&$a, $conf){ - $r = q("SELECT `profile`.`uid` AS `profile_uid`, `profile`.* , `user`.* FROM `profile` + $r = q("SELECT `profile`.`uid` AS `profile_uid`, `profile`.* , `user`.* FROM `profile` LEFT JOIN `user` ON `profile`.`uid` = `user`.`uid` WHERE `user`.`uid` = %s AND `profile`.`is-default` = 1 LIMIT 1", intval($conf['uid']) @@ -34,7 +34,7 @@ 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 Friendica!') ."";