예제 #1
0
파일: hcard.php 프로젝트: TamirAl/hubzilla
function hcard_content(&$a)
{
    require_once 'include/widgets.php';
    return widget_profile(array());
}
예제 #2
0
 function get()
 {
     require_once 'include/widgets.php';
     return widget_profile(array());
 }