aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget/Zcard.php
blob: 12e53eaabfc07da5d1a5f6cd44b9c0128548e2df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?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));
	}
}