friendica/view/smarty3/apps.tpl

13 lines
192 B
Smarty
Raw Normal View History

{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
2013-01-11 18:00:10 +01:00
*}}
<h3>{{$title}}</h3>
2012-12-22 20:57:29 +01:00
<ul>
{{foreach $apps as $ap}}
<li>{{$ap}}</li>
{{/foreach}}
</ul>