streams/Zotlabs/Widget/Vcard.php

15 lines
143 B
PHP
Raw Normal View History

2017-03-16 04:26:28 +00:00
<?php
namespace Zotlabs\Widget;
use App;
2017-03-16 04:26:28 +00:00
class Vcard {
function widget($arr) {
return vcard_from_xchan('', App::get_observer());
2017-03-16 04:26:28 +00:00
}
}