streams/view/tpl/smarty3/apps.tpl
2013-01-06 15:57:11 -07:00

7 lines
90 B
Smarty

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