diff options
author | redmatrix <git@macgirvin.com> | 2016-05-04 18:27:46 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-04 18:27:46 -0700 |
commit | 566667a263abd6f4b2a8a24579323e65d0016d7c (patch) | |
tree | 674b4a64548d930bc80ba60876f122ffa3f2d5f4 /include/widgets.php | |
parent | 1b6bc5394b7cf8435928eaa2ace4e321f517ecb6 (diff) | |
download | volse-hubzilla-566667a263abd6f4b2a8a24579323e65d0016d7c.tar.gz volse-hubzilla-566667a263abd6f4b2a8a24579323e65d0016d7c.tar.bz2 volse-hubzilla-566667a263abd6f4b2a8a24579323e65d0016d7c.zip |
provide a tag cloud for app categories and allow filtering apps from this
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 7 |
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) { |