Files
core/Zotlabs/Widget/Vcard.php

18 lines
208 B
PHP

<?php
/**
* * Name: Vcard
* * Description: Your default profile card
*/
namespace Zotlabs\Widget;
class Vcard {
function widget($arr) {
return vcard_from_xchan('', \App::get_observer());
}
}