streams/Zotlabs/Widget/Vcard.php

14 lines
143 B
PHP

<?php
namespace Zotlabs\Widget;
use App;
class Vcard {
function widget($arr) {
return vcard_from_xchan('', App::get_observer());
}
}