streams/Zotlabs/Widget/Zcard.php

12 lines
200 B
PHP
Raw Normal View History

2017-03-16 01:31:34 +00:00
<?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));
}
}