Merge branch 'develop' of https://github.com/friendica/friendica into develop
This commit is contained in:
commit
ff203c277d
102 changed files with 3003 additions and 2737 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…
Add table
Add a link
Reference in a new issue