friendica/view/templates/apps.tpl

9 lines
91 B
Smarty

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