1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-09 11:24:35 +02:00

[ticket/10999] Fix assets_version in ACP

PHPBB3-10999
This commit is contained in:
Vjacheslav Trushkin
2013-07-13 13:30:33 -04:00
parent b607b3eab8
commit c1bb179914
2 changed files with 3 additions and 1 deletions

View File

@ -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 -->