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 | |
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')
-rw-r--r-- | phpBB/adm/style/simple_footer.html | 1 | ||||
-rw-r--r-- | phpBB/adm/style/simple_header.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/adm/style/simple_footer.html b/phpBB/adm/style/simple_footer.html index c549a2df4e..d3f2f17bc7 100644 --- a/phpBB/adm/style/simple_footer.html +++ b/phpBB/adm/style/simple_footer.html @@ -21,6 +21,7 @@ <script type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script> <!-- EVENT acp_simple_footer_after --> +{$SCRIPTS} </body> </html> 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}"> |