mirror of
https://github.com/slawkens/myaac.git
synced 2025-06-02 10:54:29 +02:00

* 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
13 lines
365 B
HTML
13 lines
365 B
HTML
<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> |