mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
commit
ac19a9cddc
1 changed files with 11 additions and 0 deletions
11
view/theme/frio/templates/credits.tpl
Normal file
11
view/theme/frio/templates/credits.tpl
Normal file
|
@ -0,0 +1,11 @@
|
|||
<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>
|
Loading…
Reference in a new issue