diff options
author | Callum Macrae <callum@lynxphp.com> | 2012-04-11 14:28:12 +0100 |
---|---|---|
committer | Callum Macrae <callum@lynxphp.com> | 2012-04-11 14:30:11 +0100 |
commit | 5665e82616fd12fbec36e7a1d42713a75ed85e22 (patch) | |
tree | c5da3b203046a28e34bfec11075bbe2f4e958477 /phpBB/styles/prosilver/template/overall_footer.html | |
parent | 26e7dd98b71655c7e09be02ebd3ef84765ce27b8 (diff) | |
download | forums-5665e82616fd12fbec36e7a1d42713a75ed85e22.tar forums-5665e82616fd12fbec36e7a1d42713a75ed85e22.tar.gz forums-5665e82616fd12fbec36e7a1d42713a75ed85e22.tar.bz2 forums-5665e82616fd12fbec36e7a1d42713a75ed85e22.tar.xz forums-5665e82616fd12fbec36e7a1d42713a75ed85e22.zip |
[ticket/10783] Added ?assets_version to assets.
PHPBB3-10783
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_footer.html')
-rw-r--r-- | phpBB/styles/prosilver/template/overall_footer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html index c84b327b71..621f7ab0af 100644 --- a/phpBB/styles/prosilver/template/overall_footer.html +++ b/phpBB/styles/prosilver/template/overall_footer.html @@ -50,8 +50,8 @@ </div> <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> +<!-- 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 template/ajax.js --> {SCRIPTS} |