aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget/Appcloud.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-03-15 20:11:28 -0700
committerzotlabs <mike@macgirvin.com>2017-03-15 20:11:28 -0700
commitdfd626548fc903a4ecffe3241570957a2df9a37a (patch)
treec5c4b30520864c7f8d7b439aa72f090bb0a611d4 /Zotlabs/Widget/Appcloud.php
parent92d7c32f61e8d8a72141629e73bb3bba38546278 (diff)
downloadvolse-hubzilla-dfd626548fc903a4ecffe3241570957a2df9a37a.tar.gz
volse-hubzilla-dfd626548fc903a4ecffe3241570957a2df9a37a.tar.bz2
volse-hubzilla-dfd626548fc903a4ecffe3241570957a2df9a37a.zip
more widget migrations
Diffstat (limited to 'Zotlabs/Widget/Appcloud.php')
-rw-r--r--Zotlabs/Widget/Appcloud.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/Zotlabs/Widget/Appcloud.php b/Zotlabs/Widget/Appcloud.php
new file mode 100644
index 000000000..2a4671eee
--- /dev/null
+++ b/Zotlabs/Widget/Appcloud.php
@@ -0,0 +1,13 @@
+<?php
+
+namespace Zotlabs\Widget;
+
+class Appcloud {
+
+ function widget($arr) {
+ if(! local_channel())
+ return '';
+ return app_tagblock(z_root() . '/apps');
+ }
+}
+