diff options
| -rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index f8f54993f9..b330079a0b 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -222,7 +222,9 @@ <hr class="divider" /> <!-- END postrow --> - +<!-- IF S_QUICK_REPLY --> + <!-- INCLUDE quickreply_editor.html --> +<!-- ENDIF --> <!-- IF S_NUM_POSTS > 1 or PREVIOUS_PAGE --> <form id="viewtopic" method="post" action="{S_TOPIC_ACTION}"> @@ -253,9 +255,7 @@ </div> <!-- ENDIF --> </div> -<!-- IF S_QUICK_REPLY --> -<!-- INCLUDE quickreply_editor.html --> -<!-- ENDIF --> + <!-- INCLUDE jumpbox.html --> <!-- IF S_TOPIC_MOD --> |
