Esempio n. 1
0
function hcard_content(&$a)
{
    require_once 'include/widgets.php';
    return widget_profile(array());
}
Esempio n. 2
0
 function get()
 {
     require_once 'include/widgets.php';
     return widget_profile(array());
 }