streams/view/tpl/smarty3/apps.tpl

8 lines
90 B
Smarty
Raw Normal View History

2013-01-06 21:42:51 +00:00
<h3>{{$title}}</h3>
<ul>
{{foreach $apps as $ap}}
<li>{{$ap}}</li>
{{/foreach}}
</ul>