aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2014-07-18 10:12:15 -0700
committerMatt Friedman <maf675@gmail.com>2014-07-18 10:13:19 -0700
commit20c50e55b1ec21cf39c4129bd548ec7566e52437 (patch)
tree5c1d3dd8c79e7412a5dbf39831406b491f2e6364 /phpBB/docs
parent65544066c2fadece3d316fe05d961ea0ffba2925 (diff)
downloadforums-20c50e55b1ec21cf39c4129bd548ec7566e52437.tar
forums-20c50e55b1ec21cf39c4129bd548ec7566e52437.tar.gz
forums-20c50e55b1ec21cf39c4129bd548ec7566e52437.tar.bz2
forums-20c50e55b1ec21cf39c4129bd548ec7566e52437.tar.xz
forums-20c50e55b1ec21cf39c4129bd548ec7566e52437.zip
[ticket/12864] Add template event to header after stylesheets
https://tracker.phpbb.com/browse/PHPBB3-12864 PHPBB3-12864
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/events.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index b6d4bfe214..67246ff001 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -64,6 +64,12 @@ acp_overall_header_head_append
* Since: 3.1.0-a1
* Purpose: Add assets within the `<head>` tags in the ACP
+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
+
acp_posting_buttons_after
===
* Locations:
@@ -96,6 +102,13 @@ acp_simple_header_head_append
* Since: 3.1.0-a1
* Purpose: Add assets within the `<head>` tags in the simple header of the ACP
+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
+
acp_users_overview_options_append
===
* Location: adm/style/acp_users_overview.html
@@ -576,6 +589,14 @@ overall_header_page_body_before
* Since: 3.1.0-b3
* Purpose: Add content after the page-header, but before the page-body
+overall_header_stylesheets_after
+===
+* Locations:
+ + 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
+
posting_editor_buttons_after
===
* Locations:
@@ -734,6 +755,14 @@ simple_header_head_append
* Since: 3.1.0-b4
* Purpose: Add asset calls directly before the `</head>` tag
+simple_header_stylesheets_after
+===
+* Locations:
+ + 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
+
topiclist_row_prepend
===
* Locations: