diff options
author | David King <imkingdavid@gmail.com> | 2012-12-17 11:59:23 -0500 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-17 11:59:23 -0500 |
commit | 4ad2747ccf9f7ebbafcb406c19a28592c2efc26c (patch) | |
tree | e7bcd0b37c2bfa28aad597e9c517935349dae661 | |
parent | d25dffbb2def5da74bf41cf8c67fe69eae3bd9df (diff) | |
download | forums-4ad2747ccf9f7ebbafcb406c19a28592c2efc26c.tar forums-4ad2747ccf9f7ebbafcb406c19a28592c2efc26c.tar.gz forums-4ad2747ccf9f7ebbafcb406c19a28592c2efc26c.tar.bz2 forums-4ad2747ccf9f7ebbafcb406c19a28592c2efc26c.tar.xz forums-4ad2747ccf9f7ebbafcb406c19a28592c2efc26c.zip |
[feature/events] Fix more subsilver2 events
PHPBB3-9550
-rw-r--r-- | phpBB/styles/subsilver2/template/posting_body.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/simple_footer.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html index 0352baca87..39f8f876ba 100644 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ b/phpBB/styles/subsilver2/template/posting_body.html @@ -257,7 +257,7 @@ </td> <td class="row2"> <table cellpadding="1"> - <!-- EVENT posting_editor_options --> + <!-- EVENT posting_editor_options_prepend --> <!-- IF S_BBCODE_ALLOWED --> <tr> <td><input type="checkbox" class="radio" name="disable_bbcode"{S_BBCODE_CHECKED} /></td> diff --git a/phpBB/styles/subsilver2/template/simple_footer.html b/phpBB/styles/subsilver2/template/simple_footer.html index bbbc0aaff8..c847bfedcc 100644 --- a/phpBB/styles/subsilver2/template/simple_footer.html +++ b/phpBB/styles/subsilver2/template/simple_footer.html @@ -9,6 +9,6 @@ <!-- IF S_JQUERY_FALLBACK --><script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript src="{T_ASSETS_PATH}/javascript/jquery.js?assets_version={T_ASSETS_VERSION}" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF --> {SCRIPTS} -<!-- EVENT simple_footer_end --> +<!-- EVENT simple_footer_after --> </body> </html> |