From 566667a263abd6f4b2a8a24579323e65d0016d7c Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 4 May 2016 18:27:46 -0700 Subject: provide a tag cloud for app categories and allow filtering apps from this --- view/pdl/mod_apps.pdl | 1 + view/tpl/myapps.tpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'view') diff --git a/view/pdl/mod_apps.pdl b/view/pdl/mod_apps.pdl index db93958a3..4cc036fa5 100644 --- a/view/pdl/mod_apps.pdl +++ b/view/pdl/mod_apps.pdl @@ -1,3 +1,4 @@ [region=aside] [widget=appselect][/widget] +[widget=appcloud][/widget] [/region] diff --git a/view/tpl/myapps.tpl b/view/tpl/myapps.tpl index 32d544a86..c654993b7 100755 --- a/view/tpl/myapps.tpl +++ b/view/tpl/myapps.tpl @@ -1,5 +1,5 @@
-

{{$title}}

+

{{$title}}{{$cat}}

{{foreach $apps as $ap}} {{$ap}} -- cgit v1.2.3