示例#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());
}