Пример #1
0
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());
}