diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html')
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 0064e543e1..a4eca67854 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -103,9 +103,10 @@ </div> <span class="corners-bottom"><span></span></span></div> + {S_FORM_TOKEN} + {S_HIDDEN_FIELDS} </div> - {S_FORM_TOKEN} - {S_HIDDEN_FIELDS} + </form> <hr /> @@ -257,8 +258,8 @@ <form method="post" action="{S_MOD_ACTION}"> <fieldset class="quickmod"> <label>{L_QUICK_MOD}:</label> {S_TOPIC_MOD} <input type="submit" value="{L_GO}" class="button2" /> + {S_FORM_TOKEN} </fieldset> - {S_FORM_TOKEN} </form> <!-- ENDIF --> |