diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2014-07-31 21:39:48 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2014-07-31 21:39:48 +0200 |
| commit | 89557f5cac284e5b59eefdae1af496c7227aa408 (patch) | |
| tree | bfe9acae67165ebcdb2646283d09972f4fe36fd2 /phpBB/docs | |
| parent | f4fc1bde03f3026b80fcb9da2cd332ce57ba54a9 (diff) | |
| parent | 4ce6811d2bacade5845a3830f0c3a454b4167be7 (diff) | |
| download | forums-89557f5cac284e5b59eefdae1af496c7227aa408.tar forums-89557f5cac284e5b59eefdae1af496c7227aa408.tar.gz forums-89557f5cac284e5b59eefdae1af496c7227aa408.tar.bz2 forums-89557f5cac284e5b59eefdae1af496c7227aa408.tar.xz forums-89557f5cac284e5b59eefdae1af496c7227aa408.zip | |
Merge remote-tracking branch 'VSE/ticket/12864' into develop-ascraeus
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/events.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index b80e5fd4cb..c537504d54 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -64,6 +64,13 @@ 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. +Note that INCLUDECSS will not work with this event. + acp_posting_buttons_after === * Locations: @@ -96,6 +103,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. Note that INCLUDECSS will not work with this event. + acp_users_overview_options_append === * Location: adm/style/acp_users_overview.html @@ -609,6 +623,15 @@ 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. +Note that INCLUDECSS will not work with this event. + posting_editor_buttons_after === * Locations: @@ -767,6 +790,15 @@ 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. +Note that INCLUDECSS will not work with this event. + topiclist_row_prepend === * Locations: |
