diff options
Diffstat (limited to 'view/tpl/apporder.tpl')
-rw-r--r-- | view/tpl/apporder.tpl | 7 |
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}} |