mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-20 20:43:26 +02:00
* added news ticker for kathrine template
* (internal) moved news tickers to twig template * (internal) moved Forum class to separate file * (internal) moved deprecated functions to compat.php
This commit is contained in:
13
system/templates/news.back_button.html.twig
Normal file
13
system/templates/news.back_button.html.twig
Normal file
@@ -0,0 +1,13 @@
|
||||
<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>
|
Reference in New Issue
Block a user