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
This commit is contained in:
Henry Sudhof 2009-06-26 14:38:00 +00:00
parent a130dd31ed
commit 8184875932
2 changed files with 6 additions and 1 deletions

View file

@ -253,7 +253,9 @@
</div> </div>
<!-- ENDIF --> <!-- ENDIF -->
</div> </div>
<!-- IF S_QUICK_REPLY -->
<!-- INCLUDE quickreply_editor.html -->
<!-- ENDIF -->
<!-- INCLUDE jumpbox.html --> <!-- INCLUDE jumpbox.html -->
<!-- IF S_TOPIC_MOD --> <!-- IF S_TOPIC_MOD -->

View file

@ -324,6 +324,9 @@
<div id="pagefooter"></div> <div id="pagefooter"></div>
<br clear="all" /> <br clear="all" />
<!-- IF S_QUICK_REPLY -->
<!-- INCLUDE quickreply_editor.html -->
<!-- ENDIF -->
<!-- INCLUDE breadcrumbs.html --> <!-- INCLUDE breadcrumbs.html -->