diff options
author | Marc Alexander <admin@m-a-styles.de> | 2013-01-05 11:42:58 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2013-01-05 11:42:58 +0100 |
commit | 4773eb35836381fe4d81b6190ba1f98b11fb7dd5 (patch) | |
tree | aabf7bb378cbc8738801efd30f42d54b1b474980 | |
parent | 228580b6743b9650996284dd04a3f5de6c2447ca (diff) | |
download | forums-4773eb35836381fe4d81b6190ba1f98b11fb7dd5.tar forums-4773eb35836381fe4d81b6190ba1f98b11fb7dd5.tar.gz forums-4773eb35836381fe4d81b6190ba1f98b11fb7dd5.tar.bz2 forums-4773eb35836381fe4d81b6190ba1f98b11fb7dd5.tar.xz forums-4773eb35836381fe4d81b6190ba1f98b11fb7dd5.zip |
[ticket/11311] Include asset core.js in subsilver2 overall_footer.html
Without the inclusion of core.js the timezone functions will not properly
work. They refer to phpbb which is defined in core.js.
PHPBB3-11311
-rw-r--r-- | phpBB/styles/subsilver2/template/overall_footer.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_footer.html b/phpBB/styles/subsilver2/template/overall_footer.html index 64e7587023..3a29a0d752 100644 --- a/phpBB/styles/subsilver2/template/overall_footer.html +++ b/phpBB/styles/subsilver2/template/overall_footer.html @@ -13,6 +13,7 @@ <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?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> {SCRIPTS} <!-- EVENT overall_footer_after --> |