1
0
Fork 0
friendica_2020-09-1_sharedH.../view/templates/credits.tpl

9 lines
145 B
Smarty

{{include file="section_title.tpl"}}
<p>{{$thanks}}</p>
<ul class="credits">
{{foreach $names as $name}}
<li>{{$name}}</li>
{{/foreach}}
</ul>