mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00

* (internal) moved news tickers to twig template * (internal) moved Forum class to separate file * (internal) moved deprecated functions to compat.php
13 lines
367 B
Twig
13 lines
367 B
Twig
<center>
|
|
<table cellspacing="0" cellpadding="0" border="0">
|
|
<form method="post" action="{{ getLink('news/archive') }}">
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<input width="120" height="18" border="0" type="image" src="{{ template_path }}/images/global/buttons/sbutton_back.gif" alt="Back" name="Back" />
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</form>
|
|
</table>
|
|
</center> |