aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget/Vcard.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-03-15 21:26:28 -0700
committerzotlabs <mike@macgirvin.com>2017-03-15 21:26:28 -0700
commitf6b643e84ee1ce8b4e13f959e0d58804f4aabd3b (patch)
treec22cc6aee9776ef34940ab539c6fb7f7e80e45ec /Zotlabs/Widget/Vcard.php
parent16d750d1f6cf0d2866388269e02445630c4e3464 (diff)
downloadvolse-hubzilla-f6b643e84ee1ce8b4e13f959e0d58804f4aabd3b.tar.gz
volse-hubzilla-f6b643e84ee1ce8b4e13f959e0d58804f4aabd3b.tar.bz2
volse-hubzilla-f6b643e84ee1ce8b4e13f959e0d58804f4aabd3b.zip
widgets cont.
Diffstat (limited to 'Zotlabs/Widget/Vcard.php')
-rw-r--r--Zotlabs/Widget/Vcard.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/Zotlabs/Widget/Vcard.php b/Zotlabs/Widget/Vcard.php
new file mode 100644
index 000000000..cab05dfdd
--- /dev/null
+++ b/Zotlabs/Widget/Vcard.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Zotlabs\Widget;
+
+class Vcard {
+
+ function widget($arr) {
+ return vcard_from_xchan('', \App::get_observer());
+ }
+
+}
+