aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorVjacheslav Trushkin <arty@phpbb.com>2012-04-01 20:50:59 +0300
committerVjacheslav Trushkin <arty@phpbb.com>2012-04-01 20:50:59 +0300
commit37480e5594145bbead07c8f70644d52983f92913 (patch)
tree21b8e900061e70630f9603d1bb2ad9f7cc07faf0 /phpBB/adm
parentc89ea703bda1006b382f8cc0da292f6e2a3701f5 (diff)
downloadforums-37480e5594145bbead07c8f70644d52983f92913.tar
forums-37480e5594145bbead07c8f70644d52983f92913.tar.gz
forums-37480e5594145bbead07c8f70644d52983f92913.tar.bz2
forums-37480e5594145bbead07c8f70644d52983f92913.tar.xz
forums-37480e5594145bbead07c8f70644d52983f92913.zip
[ticket/10665] Adding includejs to acp templates
Adding includejs to acp overall_footer.html PHPBB3-10665
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/overall_footer.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html
index 0337080f3d..a486a69514 100644
--- a/phpBB/adm/style/overall_footer.html
+++ b/phpBB/adm/style/overall_footer.html
@@ -39,7 +39,8 @@
<script type="text/javascript" src="{T_JQUERY_LINK}"></script>
<!-- IF S_JQUERY_FALLBACK --><script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript src="{T_ASSETS_PATH}/javascript/jquery.js" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF -->
<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js"></script>
-<script type="text/javascript" src="style/ajax.js"></script>
+<!-- INCLUDEJS ajax.js -->
+{SCRIPTS}
</body>
</html>