provide a tag cloud for app categories and allow filtering apps from this

This commit is contained in:
redmatrix
2016-05-04 18:27:46 -07:00
parent 1b6bc5394b
commit 566667a263
6 changed files with 98 additions and 3 deletions

View File

@@ -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) {