1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-10 17:48:25 +00:00
friendica-github/view/templates/apps.tpl

8 lines
91 B
Smarty

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