streams/view/tpl/apps.tpl
2013-07-16 18:08:26 +01:00

7 lines
90 B
Smarty
Executable file

<h3>{{$title}}</h3>
<ul>
{{foreach $apps as $ap}}
<li>{{$ap}}</li>
{{/foreach}}
</ul>