the rest of the standard widgets converted
This commit is contained in:
12
Zotlabs/Widget/Findpeople.php
Normal file
12
Zotlabs/Widget/Findpeople.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Zotlabs\Widget;
|
||||
|
||||
require_once('include/contact_widgets.php');
|
||||
|
||||
class Findpeople {
|
||||
function widget($arr) {
|
||||
return findpeople_widget();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user