aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/widgets.php')
-rw-r--r--include/widgets.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/widgets.php b/include/widgets.php
index 1b9d3c07a..7384aa399 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -400,6 +400,13 @@ function widget_categories($arr) {
}
+function widget_appcloud($arr) {
+ if(! local_channel())
+ return '';
+ return app_tagblock(z_root() . '/apps');
+}
+
+
function widget_tagcloud_wall($arr) {