[feature/events] Adding overall_footer_end template ledge

Helpful for JS scripts that need to work with the DOM.

PHPBB3-9550
This commit is contained in:
Michael Cullum 2012-03-16 11:54:34 +00:00 committed by David King
parent 18af6dd664
commit 244978cdb4
2 changed files with 2 additions and 0 deletions

View file

@ -57,5 +57,6 @@
<!-- INCLUDEJS template/ajax.js -->
{SCRIPTS}
<!-- RUNHOOKS overall_footer_end -->
</body>
</html>

View file

@ -13,5 +13,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 -->
{SCRIPTS}
<!-- RUNHOOKS overall_footer_end -->
</body>
</html>