diff options
author | Matt Friedman <maf675@gmail.com> | 2014-07-18 10:12:15 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2014-07-18 10:13:19 -0700 |
commit | 20c50e55b1ec21cf39c4129bd548ec7566e52437 (patch) | |
tree | 5c1d3dd8c79e7412a5dbf39831406b491f2e6364 /phpBB/adm/style | |
parent | 65544066c2fadece3d316fe05d961ea0ffba2925 (diff) | |
download | forums-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/adm/style')
-rw-r--r-- | phpBB/adm/style/overall_header.html | 2 | ||||
-rw-r--r-- | phpBB/adm/style/simple_header.html | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index afd2b94924..f1f7eee282 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -89,6 +89,8 @@ function popup(url, width, height, name) {$STYLESHEETS} +<!-- EVENT acp_overall_header_stylesheets_after --> + </head> <body class="{S_CONTENT_DIRECTION} {BODY_CLASS} nojs"> diff --git a/phpBB/adm/style/simple_header.html b/phpBB/adm/style/simple_header.html index bf8f41cd7a..d0b9bf62ed 100644 --- a/phpBB/adm/style/simple_header.html +++ b/phpBB/adm/style/simple_header.html @@ -84,6 +84,7 @@ function find_username(url) </script> <!-- EVENT acp_simple_header_head_append --> {$STYLESHEETS} +<!-- EVENT acp_simple_header_stylesheets_after --> </head> <body class="{S_CONTENT_DIRECTION} {BODY_CLASS}"> |