aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/overall_footer.html
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-07-13 13:30:33 -0400
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-07-13 13:30:33 -0400
commitc1bb179914e4f47876d87aba21ab65e01f79d69c (patch)
tree220c420f07ee196219973f218200aa3705f4eb6b /phpBB/adm/style/overall_footer.html
parentb607b3eab8b221056abf6f87901128bbe3f207b0 (diff)
downloadforums-c1bb179914e4f47876d87aba21ab65e01f79d69c.tar
forums-c1bb179914e4f47876d87aba21ab65e01f79d69c.tar.gz
forums-c1bb179914e4f47876d87aba21ab65e01f79d69c.tar.bz2
forums-c1bb179914e4f47876d87aba21ab65e01f79d69c.tar.xz
forums-c1bb179914e4f47876d87aba21ab65e01f79d69c.zip
[ticket/10999] Fix assets_version in ACP
PHPBB3-10999
Diffstat (limited to 'phpBB/adm/style/overall_footer.html')
-rw-r--r--phpBB/adm/style/overall_footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html
index 54ed4dcc9e..9202cec06b 100644
--- a/phpBB/adm/style/overall_footer.html
+++ b/phpBB/adm/style/overall_footer.html
@@ -38,7 +38,7 @@
<!-- IF S_JQUERY_FALLBACK --><script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript src="{T_ASSETS_PATH}/javascript/jquery.js?assets_version={T_ASSETS_VERSION}" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF -->
<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
<!-- INCLUDEJS ajax.js -->
-{SCRIPTS}
+{$SCRIPTS}
<!-- EVENT acp_overall_footer_after -->