aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template
diff options
context:
space:
mode:
authorCallum Macrae <callum@lynxphp.com>2012-04-11 14:33:09 +0100
committerCallum Macrae <callum@lynxphp.com>2012-04-11 14:33:09 +0100
commit4771af08339d456174cbe3ebb1563e0f756733dd (patch)
tree35bcec06597425a0e8bc8be29c72cbbf99e569fc /phpBB/styles/subsilver2/template
parent5665e82616fd12fbec36e7a1d42713a75ed85e22 (diff)
downloadforums-4771af08339d456174cbe3ebb1563e0f756733dd.tar
forums-4771af08339d456174cbe3ebb1563e0f756733dd.tar.gz
forums-4771af08339d456174cbe3ebb1563e0f756733dd.tar.bz2
forums-4771af08339d456174cbe3ebb1563e0f756733dd.tar.xz
forums-4771af08339d456174cbe3ebb1563e0f756733dd.zip
[ticket/10783] Added assets_version to subsilver2.
PHPBB3-10783
Diffstat (limited to 'phpBB/styles/subsilver2/template')
-rw-r--r--phpBB/styles/subsilver2/template/overall_footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_footer.html b/phpBB/styles/subsilver2/template/overall_footer.html
index 4f686cf5e4..24c6f8105c 100644
--- a/phpBB/styles/subsilver2/template/overall_footer.html
+++ b/phpBB/styles/subsilver2/template/overall_footer.html
@@ -9,7 +9,7 @@
</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 -->
+<!-- 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 -->
{SCRIPTS}
</body>