예제 #1
0
파일: widgets.php 프로젝트: Mauru/red
function widget_vcard($arr)
{
    require_once 'include/Contact.php';
    return vcard_from_xchan('', get_app()->get_observer());
}
예제 #2
0
function widget_vcard($arr)
{
    return vcard_from_xchan('', App::get_observer());
}