aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-12-17 11:59:23 -0500
committerDavid King <imkingdavid@gmail.com>2012-12-17 11:59:23 -0500
commit4ad2747ccf9f7ebbafcb406c19a28592c2efc26c (patch)
treee7bcd0b37c2bfa28aad597e9c517935349dae661
parentd25dffbb2def5da74bf41cf8c67fe69eae3bd9df (diff)
downloadforums-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.html2
-rw-r--r--phpBB/styles/subsilver2/template/simple_footer.html2
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>