aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/pdl/mod_apps.pdl3
-rw-r--r--view/tpl/app_select.tpl10
2 files changed, 13 insertions, 0 deletions
diff --git a/view/pdl/mod_apps.pdl b/view/pdl/mod_apps.pdl
new file mode 100644
index 000000000..db93958a3
--- /dev/null
+++ b/view/pdl/mod_apps.pdl
@@ -0,0 +1,3 @@
+[region=aside]
+[widget=appselect][/widget]
+[/region]
diff --git a/view/tpl/app_select.tpl b/view/tpl/app_select.tpl
new file mode 100644
index 000000000..9613b4976
--- /dev/null
+++ b/view/tpl/app_select.tpl
@@ -0,0 +1,10 @@
+<div class="widget">
+<h3>{{$title}}</h3>
+<ul>
+<li><a href="apps/system">{{$system}}</a></li>
+<li><a href="apps/personal">{{$personal}}</a></li>
+<li><a href="apps/featured">{{$featured}}</a></li>
+<li><a href="apps/new">{{$new}}</a></li>
+</ul>
+</div>
+