friendica-github/view/theme/frio/templates/credits.tpl
2018-12-16 22:38:30 -05:00

11 lines
314 B
Smarty

<div id="credits" class="generic-page-wrapper">
{{include file="section_title.tpl"}}
<p>{{$thanks}}</p>
<ul class="credits">
{{foreach $names as $name}}
<li>{{$name}}</li>
{{/foreach}}
</ul>
<div class="clear"></div>
</div>