From d2c5386394840f53b9bb45567b43310e2622fbb7 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Wed, 7 May 2014 11:59:49 -0700 Subject: [PATCH] [ticket/12513] Add asset include support to simple header/footer in ACP PHPBB3-12513 --- phpBB/adm/style/simple_footer.html | 1 + phpBB/adm/style/simple_header.html | 1 + 2 files changed, 2 insertions(+) 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 @@ +{$SCRIPTS} 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) // ]]> +{$STYLESHEETS}