diff options
author | Matt Friedman <maf675@gmail.com> | 2014-05-07 11:59:49 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2014-05-07 11:59:49 -0700 |
commit | d2c5386394840f53b9bb45567b43310e2622fbb7 (patch) | |
tree | f4cdab345df9c6771556ec7ea4f9fa5d3586ef4e /phpBB/adm/style/simple_header.html | |
parent | 8fda490050fbf6d2ed36077d1705f860e0c72aa1 (diff) | |
download | forums-d2c5386394840f53b9bb45567b43310e2622fbb7.tar forums-d2c5386394840f53b9bb45567b43310e2622fbb7.tar.gz forums-d2c5386394840f53b9bb45567b43310e2622fbb7.tar.bz2 forums-d2c5386394840f53b9bb45567b43310e2622fbb7.tar.xz forums-d2c5386394840f53b9bb45567b43310e2622fbb7.zip |
[ticket/12513] Add asset include support to simple header/footer in ACP
PHPBB3-12513
Diffstat (limited to 'phpBB/adm/style/simple_header.html')
-rw-r--r-- | phpBB/adm/style/simple_header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/style/simple_header.html b/phpBB/adm/style/simple_header.html index ae25f28d32..bf8f41cd7a 100644 --- a/phpBB/adm/style/simple_header.html +++ b/phpBB/adm/style/simple_header.html @@ -83,6 +83,7 @@ function find_username(url) // ]]> </script> <!-- EVENT acp_simple_header_head_append --> +{$STYLESHEETS} </head> <body class="{S_CONTENT_DIRECTION} {BODY_CLASS}"> |