aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/navapps.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/navapps.tpl')
-rw-r--r--view/tpl/navapps.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/tpl/navapps.tpl b/view/tpl/navapps.tpl
new file mode 100644
index 000000000..fe6549139
--- /dev/null
+++ b/view/tpl/navapps.tpl
@@ -0,0 +1,5 @@
+<ul class="dropdown-menu">
+ {{foreach $apps as $app}}
+ <li><a href="{{$app.url}}">{{$app.name}}</a></li>
+ {{/foreach}}
+</ul>