From 4ce6811d2bacade5845a3830f0c3a454b4167be7 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sun, 27 Jul 2014 22:55:36 -0500 Subject: [PATCH] [ticket/12864] Update event docs PHPBB3-12864 --- phpBB/docs/events.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 67246ff001..cdd211e912 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -68,7 +68,8 @@ acp_overall_header_stylesheets_after === * Location: adm/style/overall_header.html * Since: 3.1.0-RC3 -* Purpose: Add assets after stylesheets within the `` tags in the ACP +* Purpose: Add assets after stylesheets within the `` tags in the ACP. +Note that INCLUDECSS will not work with this event. acp_posting_buttons_after === @@ -107,7 +108,7 @@ acp_simple_header_stylesheets_after * Location: adm/style/simple_header.html * Since: 3.1.0-RC3 * Purpose: Add assets after stylesheets within the `` tags in the simple header -of the ACP +of the ACP. Note that INCLUDECSS will not work with this event. acp_users_overview_options_append === @@ -595,7 +596,8 @@ overall_header_stylesheets_after + styles/prosilver/template/overall_header.html + styles/subsilver2/template/overall_header.html * Since: 3.1.0-RC3 -* Purpose: Add asset calls after stylesheets within the `` tag +* Purpose: Add asset calls after stylesheets within the `` tag. +Note that INCLUDECSS will not work with this event. posting_editor_buttons_after === @@ -761,7 +763,8 @@ simple_header_stylesheets_after + styles/prosilver/template/simple_header.html + styles/subsilver2/template/simple_header.html * Since: 3.1.0-RC3 -* Purpose: Add asset calls after stylesheets within the `` tag +* Purpose: Add asset calls after stylesheets within the `` tag. +Note that INCLUDECSS will not work with this event. topiclist_row_prepend ===