diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-12-04 15:54:09 -0800 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-12-04 15:54:09 -0800 |
commit | b878763ba5a8f4709c0ac03400b5c05733f5df89 (patch) | |
tree | 4b04ef9663529f0df076c3d5efd9e50eabd02db2 /phpBB/adm/style | |
parent | e3a0540fa6682c8fc62c160961d3e5b2a8ba9648 (diff) | |
parent | 097fba9fdf1ede11ea5df78ec341244c13acafbb (diff) | |
download | forums-b878763ba5a8f4709c0ac03400b5c05733f5df89.tar forums-b878763ba5a8f4709c0ac03400b5c05733f5df89.tar.gz forums-b878763ba5a8f4709c0ac03400b5c05733f5df89.tar.bz2 forums-b878763ba5a8f4709c0ac03400b5c05733f5df89.tar.xz forums-b878763ba5a8f4709c0ac03400b5c05733f5df89.zip |
Merge pull request #1914 from VSEphpbb/ticket/12059
[ticket/12059] Allow INCLUDECSS to work with ACP templates
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/overall_header.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index fcef3bb8ac..04f818f95a 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -103,7 +103,11 @@ function popup(url, width, height, name) // ]]> </script> + <!-- EVENT acp_overall_header_head_append --> + +{$STYLESHEETS} + </head> <body class="{S_CONTENT_DIRECTION} nojs"> |