aboutsummaryrefslogblamecommitdiffstats
path: root/Zotlabs/Widget/Vcard.php
blob: 25bb8592c8fb5ddd44addebfb81f3a28d2db14a1 (plain) (tree)
1
2
3
4
5
6
7

     




                                             









                                                                  
<?php

/**
 *   * Name: Vcard
 *   * Description: Your default profile card
 */

namespace Zotlabs\Widget;

class Vcard {

	function widget($arr) {
		return vcard_from_xchan('', \App::get_observer());
	}

}