]> git.mxchange.org Git - friendica.git/blob - view/templates/credits.tpl
c049a9be098d204f0916369143e5c63e66323ac7
[friendica.git] / view / templates / credits.tpl
1 <h1>{{$pagetitle}}</h1>
2 <p>{{$thanks}}</p>
3
4 <ul class="credits">
5 {{foreach $names as $name}}
6  <li>{{$name}}</li>
7 {{/foreach}}
8 </ul>