aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMichael Cullum <unknownbliss@phpbbdevelopers.net>2012-03-16 11:54:34 +0000
committerDavid King <imkingdavid@gmail.com>2012-12-17 11:37:02 -0500
commit244978cdb4d089fe431341b898eb45590035f2c0 (patch)
tree6cd14e6573b7609bebc166ec0593a71fb0d9f4e1 /phpBB
parent18af6dd664ebb272e4c68b3a9d70359eb0eaa00e (diff)
downloadforums-244978cdb4d089fe431341b898eb45590035f2c0.tar
forums-244978cdb4d089fe431341b898eb45590035f2c0.tar.gz
forums-244978cdb4d089fe431341b898eb45590035f2c0.tar.bz2
forums-244978cdb4d089fe431341b898eb45590035f2c0.tar.xz
forums-244978cdb4d089fe431341b898eb45590035f2c0.zip
[feature/events] Adding overall_footer_end template ledge
Helpful for JS scripts that need to work with the DOM. PHPBB3-9550
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/template/overall_footer.html1
-rw-r--r--phpBB/styles/subsilver2/template/overall_footer.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html
index 56dd7ae27a..c78094ec79 100644
--- a/phpBB/styles/prosilver/template/overall_footer.html
+++ b/phpBB/styles/prosilver/template/overall_footer.html
@@ -57,5 +57,6 @@
<!-- INCLUDEJS template/ajax.js -->
{SCRIPTS}
+<!-- RUNHOOKS overall_footer_end -->
</body>
</html>
diff --git a/phpBB/styles/subsilver2/template/overall_footer.html b/phpBB/styles/subsilver2/template/overall_footer.html
index 7a23596cab..781cdd6b0b 100644
--- a/phpBB/styles/subsilver2/template/overall_footer.html
+++ b/phpBB/styles/subsilver2/template/overall_footer.html
@@ -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>