diff options
author | Matt Friedman <maf675@gmail.com> | 2013-12-05 09:55:52 -0800 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2013-12-05 09:55:52 -0800 |
commit | 55309424688724797f9ff7a6b4f816d73ab092a4 (patch) | |
tree | ae3d9a8116ad0e8d4b9363fe48d645529d4eda45 /phpBB/adm | |
parent | b878763ba5a8f4709c0ac03400b5c05733f5df89 (diff) | |
download | forums-55309424688724797f9ff7a6b4f816d73ab092a4.tar forums-55309424688724797f9ff7a6b4f816d73ab092a4.tar.gz forums-55309424688724797f9ff7a6b4f816d73ab092a4.tar.bz2 forums-55309424688724797f9ff7a6b4f816d73ab092a4.tar.xz forums-55309424688724797f9ff7a6b4f816d73ab092a4.zip |
[ticket/12062] Fix to allow extensions to use INCLUDEJS in the ACP
PHPBB3-12062
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/overall_footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html index 72af9d3388..8810414fc2 100644 --- a/phpBB/adm/style/overall_footer.html +++ b/phpBB/adm/style/overall_footer.html @@ -36,9 +36,9 @@ <script type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script> <!-- INCLUDEJS ajax.js --> <!-- INCLUDEJS admin.js --> -{$SCRIPTS} <!-- EVENT acp_overall_footer_after --> +{$SCRIPTS} </body> </html> |