1
0
Fork 1
mirror of https://github.com/friendica/friendica synced 2025-02-13 09:34:00 +00:00
friendica-github/view/templates/apps.tpl

9 lines
91 B
Smarty
Raw Normal View History

2013-04-23 07:47:57 -04:00
<h3>{{$title}}</h3>
<ul>
{{foreach $apps as $ap}}
<li>{{$ap}}</li>
{{/foreach}}
</ul>