widgets cont.

This commit is contained in:
zotlabs
2017-03-15 21:26:28 -07:00
committed by Mario Vavti
parent 6e101e4582
commit 0908da9529
10 changed files with 274 additions and 207 deletions

12
Zotlabs/Widget/Vcard.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
namespace Zotlabs\Widget;
class Vcard {
function widget($arr) {
return vcard_from_xchan('', \App::get_observer());
}
}