コード例 #1
0
ファイル: hcard.php プロジェクト: TamirAl/hubzilla
function hcard_content(&$a)
{
    require_once 'include/widgets.php';
    return widget_profile(array());
}
コード例 #2
0
ファイル: Hcard.php プロジェクト: BlaBlaNet/hubzilla
 function get()
 {
     require_once 'include/widgets.php';
     return widget_profile(array());
 }