mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
* moved forum actions (pages) to forum/ directory
* fixed account actions
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
<table border="0" cellpadding="3" cellspacing="1" width="100%">
|
||||
<tr bgcolor="{{ config.lightborder }}">
|
||||
<td>
|
||||
<form action="" method="get">
|
||||
<input type="hidden" name="subtopic" value="forum" />
|
||||
<input type="hidden" name="action" value="moved_thread" />
|
||||
<form action="{{ getLink('forum') }}" method="get">
|
||||
<input type="hidden" name="action" value="move_thread" />
|
||||
<input type="hidden" name="save" value="1" />
|
||||
<input type="hidden" name="id" value="{{ post_id }}" />
|
||||
<strong>THREAD:</strong> {{ thread }}<br/>
|
||||
<strong>AUTHOR:</strong> {{ author }}<br/>
|
||||
|
Reference in New Issue
Block a user