Skip to content

Commit

Permalink
[ticket/11311] Include asset core.js in subsilver2 overall_footer.html
Browse files Browse the repository at this point in the history
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
  • Loading branch information
marc1706 committed Jan 5, 2013
1 parent 228580b commit 4773eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpBB/styles/subsilver2/template/overall_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit 4773eb3

Please sign in to comment.