From 0a52d732e4321d8b5375fd14461db9c463ad5af3 Mon Sep 17 00:00:00 2001 From: Crizzo Date: Fri, 13 Mar 2015 22:17:11 +0100 Subject: [ticket/13701] Adds two new events to posting_pm_layout.html These events wrap the includes of posting_pm_header.html to add some content before and after it. PHPBB3-13701 --- phpBB/docs/events.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 5c4b6a8d7d..fd6cfdfeaa 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -976,6 +976,20 @@ posting_pm_header_find_username_before * Since: 3.1.0-RC4 * Purpose: Add content before the find username link on composing pm +posting_pm_layout_include_pm_header_after +=== +* Locations: + + styles/prosilver/template/posting_pm_layout.html +* Since: 3.1.4-RC1 +* Purpose: Add content after the include of posting_pm_header.html + +posting_pm_layout_include_pm_header_before +=== +* Locations: + + styles/prosilver/template/posting_pm_layout.html +* Since: 3.1.4-RC1 +* Purpose: Add content before the include of posting_pm_header.html + quickreply_editor_panel_after === * Locations: -- cgit v1.2.1