aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2014-07-27 22:55:36 -0500
committerMatt Friedman <maf675@gmail.com>2014-07-27 22:55:36 -0500
commit4ce6811d2bacade5845a3830f0c3a454b4167be7 (patch)
tree54de1cf5c8f1c5f70ac92e3c662f17c361c724f2
parent20c50e55b1ec21cf39c4129bd548ec7566e52437 (diff)
downloadforums-4ce6811d2bacade5845a3830f0c3a454b4167be7.tar
forums-4ce6811d2bacade5845a3830f0c3a454b4167be7.tar.gz
forums-4ce6811d2bacade5845a3830f0c3a454b4167be7.tar.bz2
forums-4ce6811d2bacade5845a3830f0c3a454b4167be7.tar.xz
forums-4ce6811d2bacade5845a3830f0c3a454b4167be7.zip
[ticket/12864] Update event docs
PHPBB3-12864
-rw-r--r--phpBB/docs/events.md11
1 files 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 `<head>` tags in the ACP
+* Purpose: Add assets after stylesheets within the `<head>` 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 `<head>` 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 `</head>` tag
+* Purpose: Add asset calls after stylesheets within the `</head>` 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 `</head>` tag
+* Purpose: Add asset calls after stylesheets within the `</head>` tag.
+Note that INCLUDECSS will not work with this event.
topiclist_row_prepend
===