aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/events.md
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r--phpBB/docs/events.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index fc49c67a32..501a1c0acd 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -169,7 +169,14 @@ posting_editor_subject_after
* Locations:
+ styles/prosilver/template/posting_editor.html
+ styles/subsilver2/template/posting_body.html
-* Purpose: Add field (e.g. textbox) to the posting screen under the subject
+* Purpose: Add field (e.g. textbox) to the posting screen after the subject
+
+posting_editor_subject_before
+===
+* Locations:
+ + styles/prosilver/template/posting_editor.html
+ + styles/subsilver2/template/posting_body.html
+* Purpose: Add field (e.g. textbox) to the posting screen before the subject
simple_footer_after
===