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