streams/Zotlabs/Widget/Zcard.php
2017-03-29 11:47:58 +02:00

11 lines
200 B
PHP

<?php
namespace Zotlabs\Widget;
class Zcard {
function widget($args) {
$channel = channelx_by_n(\App::$profile_uid);
return get_zcard($channel,get_observer_hash(),array('width' => 875));
}
}