friendica/view/templates/credits.tpl

9 wiersze
145 B
Smarty
Czysty Zwykły widok Historia

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