aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/apporder.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-05-21 22:23:36 -0700
committerzotlabs <mike@macgirvin.com>2017-05-21 22:23:36 -0700
commite4448423fbcee4e685b410a62844a245601d2e0b (patch)
treebf39e91682e668386e1d3211431cd85875391639 /view/tpl/apporder.tpl
parent21103f8bc4d4a54211ba4edaefc1bce694a8fa05 (diff)
downloadvolse-hubzilla-e4448423fbcee4e685b410a62844a245601d2e0b.tar.gz
volse-hubzilla-e4448423fbcee4e685b410a62844a245601d2e0b.tar.bz2
volse-hubzilla-e4448423fbcee4e685b410a62844a245601d2e0b.zip
apporder module and all the associated backend stuff to make it work; probably needs a bit of UI cleanup and a link to it from somewhere
Diffstat (limited to 'view/tpl/apporder.tpl')
-rw-r--r--view/tpl/apporder.tpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/view/tpl/apporder.tpl b/view/tpl/apporder.tpl
new file mode 100644
index 000000000..fdb726131
--- /dev/null
+++ b/view/tpl/apporder.tpl
@@ -0,0 +1,7 @@
+<h2>{{$header}}</h2>
+
+<div class="descriptive-text">{{$desc}}</div>
+<br><br><br>
+{{foreach $nav_apps as $nav_app}}
+{{$nav_app}}
+{{/foreach}}