friendica/view/smarty3/apps.tpl

8 lines
90 B
Smarty
Raw Normal View History

2012-12-22 20:57:29 +01:00
<h3>{{$title}}</h3>
<ul>
{{foreach $apps as $ap}}
<li>{{$ap}}</li>
{{/foreach}}
</ul>