diff options
Diffstat (limited to 'view/tpl/smarty3/apps.tpl')
-rw-r--r-- | view/tpl/smarty3/apps.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/tpl/smarty3/apps.tpl b/view/tpl/smarty3/apps.tpl new file mode 100644 index 000000000..335e0ca97 --- /dev/null +++ b/view/tpl/smarty3/apps.tpl @@ -0,0 +1,7 @@ +<h3>{{$title}}</h3> + +<ul> + {{foreach $apps as $ap}} + <li>{{$ap}}</li> + {{/foreach}} +</ul> |