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 /view | |
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 'view')
-rw-r--r-- | view/pdl/mod_apps.pdl | 1 | ||||
-rwxr-xr-x | view/tpl/myapps.tpl | 2 |
2 files changed, 2 insertions, 1 deletions
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 @@ <div class="generic-content-wrapper-styled"> -<h3>{{$title}}</h3> +<h3>{{$title}}{{$cat}}</h3> {{foreach $apps as $ap}} {{$ap}} |