mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/events] Fix overall_footer_end -> overall_footer_after (subsilver2)
PHPBB3-9550
This commit is contained in:
parent
3667ba7a09
commit
8d6a4559ba
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@
|
||||||
<!-- 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 -->
|
<!-- 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}
|
{SCRIPTS}
|
||||||
|
|
||||||
<!-- EVENT overall_footer_end -->
|
<!-- EVENT overall_footer_after -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue