1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-10 16:04:48 +00:00
friendica-github/view/templates/apps.tpl
2018-12-16 22:38:32 -05:00

8 lines
100 B
Smarty

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