aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-06-26 14:38:00 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-06-26 14:38:00 +0000
commit8184875932d9f2bb05b92f14260ed9b4182038a7 (patch)
tree46de9ac162bbcf8433f530e2fa6d3fe198b31ec1
parenta130dd31ed6cf2c630f3e5a4457c5bb47e475bca (diff)
downloadforums-8184875932d9f2bb05b92f14260ed9b4182038a7.tar
forums-8184875932d9f2bb05b92f14260ed9b4182038a7.tar.gz
forums-8184875932d9f2bb05b92f14260ed9b4182038a7.tar.bz2
forums-8184875932d9f2bb05b92f14260ed9b4182038a7.tar.xz
forums-8184875932d9f2bb05b92f14260ed9b4182038a7.zip
this is very much work in progress; please feel free to improve markup, usability and to introduce possible further settings (per forum, per user)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9689 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html4
-rw-r--r--phpBB/styles/subsilver2/template/viewtopic_body.html3
2 files changed, 6 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index 065eb5a1ae..f8f54993f9 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -253,7 +253,9 @@
</div>
<!-- ENDIF -->
</div>
-
+<!-- IF S_QUICK_REPLY -->
+<!-- INCLUDE quickreply_editor.html -->
+<!-- ENDIF -->
<!-- INCLUDE jumpbox.html -->
<!-- IF S_TOPIC_MOD -->
diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html
index 794129b22f..cfce658b47 100644
--- a/phpBB/styles/subsilver2/template/viewtopic_body.html
+++ b/phpBB/styles/subsilver2/template/viewtopic_body.html
@@ -324,6 +324,9 @@
<div id="pagefooter"></div>
<br clear="all" />
+<!-- IF S_QUICK_REPLY -->
+<!-- INCLUDE quickreply_editor.html -->
+<!-- ENDIF -->
<!-- INCLUDE breadcrumbs.html -->