* moved more templates to Twig

* now you can replace template in your main template, example is templates/kathrine/templates/success.html
* removed output_errors, replace with template
* some grammar fixes
* moved some forum code to Twig templates
* added movies link to tibiacom template
This commit is contained in:
slawkens
2017-08-31 17:01:17 +02:00
parent 7620ec896b
commit 37502c5562
26 changed files with 631 additions and 365 deletions

View File

@@ -0,0 +1,13 @@
<h2>{{ title }}</h2><br/>
{{ description|raw }}
<div style="text-align: center; margin: 0 auto;">
<table border="0" cellspacing="0" cellpadding="0">
<form action="?subtopic=accountmanagement" method="post">
<tr>
<td style="border:0px; text-align: center;">
<input type="submit" name="Back" value="Back"/>
</td>
</tr>
</form>
</table>
</div>