widgets cont.
This commit is contained in:
12
Zotlabs/Widget/Vcard.php
Normal file
12
Zotlabs/Widget/Vcard.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Zotlabs\Widget;
|
||||
|
||||
class Vcard {
|
||||
|
||||
function widget($arr) {
|
||||
return vcard_from_xchan('', \App::get_observer());
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user