friendica/view/templates/credits.tpl

9 lines
145 B
Smarty
Raw Normal View History

2015-10-30 18:05:45 +01:00
{{include file="section_title.tpl"}}
<p>{{$thanks}}</p>
<ul class="credits">
{{foreach $names as $name}}
<li>{{$name}}</li>
{{/foreach}}
</ul>