the rest of the standard widgets converted

This commit is contained in:
zotlabs
2017-03-16 17:11:48 -07:00
committed by Mario Vavti
parent cd57483ed9
commit 0bad26e116
21 changed files with 861 additions and 762 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace Zotlabs\Widget;
require_once('include/contact_widgets.php');
class Findpeople {
function widget($arr) {
return findpeople_widget();
}
}