1
0
Fork 0

Merge branch 'develop' of https://github.com/friendica/friendica into develop

This commit is contained in:
Ralf Thees 2018-10-22 23:20:00 +02:00
commit ff203c277d
102 changed files with 3003 additions and 2737 deletions

View 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>