* moved most of guilds html-in-php code to twig

* moved buttons to separate templates
* moved online search for to twig
This commit is contained in:
slawkens
2017-10-18 16:08:15 +02:00
parent a3d94db6eb
commit e45d27b5c7
354 changed files with 762 additions and 500 deletions

View File

@@ -3,7 +3,7 @@ Please select action.<br/>
<tr>
<td align="center">
<a href="{{ getLink('account/lost') }}" border="0">
<img src="{{ template_path }}/images/buttons/sbutton_back.gif" name="back" alt="back" border="0" width="120" height="18">
{{ include('buttons.back.html.twig') }}
</a>
</td>
</tr>