This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/Zotlabs/Widget/Findpeople.php
2017-03-29 12:02:09 +02:00

13 lines
160 B
PHP

<?php
namespace Zotlabs\Widget;
require_once('include/contact_widgets.php');
class Findpeople {
function widget($arr) {
return findpeople_widget();
}
}