* moved forum actions (pages) to forum/ directory

* fixed account actions
This commit is contained in:
slawkens
2017-10-17 16:30:39 +02:00
parent 1727df7082
commit cb83e17710
10 changed files with 597 additions and 522 deletions

View File

@@ -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/>