aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-04 18:27:46 -0700
committerredmatrix <git@macgirvin.com>2016-05-04 18:27:46 -0700
commit566667a263abd6f4b2a8a24579323e65d0016d7c (patch)
tree674b4a64548d930bc80ba60876f122ffa3f2d5f4 /view
parent1b6bc5394b7cf8435928eaa2ace4e321f517ecb6 (diff)
downloadvolse-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.pdl1
-rwxr-xr-xview/tpl/myapps.tpl2
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}}