diff options
Diffstat (limited to 'view/tpl/navapps.tpl')
-rw-r--r-- | view/tpl/navapps.tpl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/view/tpl/navapps.tpl b/view/tpl/navapps.tpl deleted file mode 100644 index de4a6223c..000000000 --- a/view/tpl/navapps.tpl +++ /dev/null @@ -1,9 +0,0 @@ -<ul class="dropdown-menu" style="max-height: 80vh"> - {{foreach $apps as $app}} - <li><a href="{{$app.url}}">{{if $icon}}<i class="app-icon fa fa-{{$icon}}"></i>{{else}}<img src="{{$app.photo}}" width="16" height="16" />{{/if}} {{$app.name}}</a></li> - {{/foreach}} - {{if $localuser}} - <li class="divider"></li> - <li><a href="/apps/edit"><i class="app-icon fa fa-plus-circle"></i> Add Apps</a></li> - {{/if}} -</ul> |