1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-02-03 14:58:50 +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>