streams/Zotlabs/Widget/Vcard.php

13 lines
134 B
PHP
Raw Normal View History

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