aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/apps.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/smarty3/apps.tpl')
-rw-r--r--view/tpl/smarty3/apps.tpl12
1 files changed, 0 insertions, 12 deletions
diff --git a/view/tpl/smarty3/apps.tpl b/view/tpl/smarty3/apps.tpl
deleted file mode 100644
index 01d9bb8c8..000000000
--- a/view/tpl/smarty3/apps.tpl
+++ /dev/null
@@ -1,12 +0,0 @@
-{{*
- * AUTOMATICALLY GENERATED TEMPLATE
- * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
-<h3>{{$title}}</h3>
-
-<ul>
- {{foreach $apps as $ap}}
- <li>{{$ap}}</li>
- {{/foreach}}
-</ul>