aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-12-27 14:02:39 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-12-27 14:02:39 +0100
commitfa06c7967eb423589f2f7fd5202bf72faa2aeee0 (patch)
tree4b6b72e5fae27c27aa571b7dc6fa282362eb97a2 /phpBB/styles
parentd5f99e0478c31bfa387462cdfa25bfb5f9893ea8 (diff)
parent0a419781c201bcbdc4d63c4bdff57a2cca22758f (diff)
downloadforums-fa06c7967eb423589f2f7fd5202bf72faa2aeee0.tar
forums-fa06c7967eb423589f2f7fd5202bf72faa2aeee0.tar.gz
forums-fa06c7967eb423589f2f7fd5202bf72faa2aeee0.tar.bz2
forums-fa06c7967eb423589f2f7fd5202bf72faa2aeee0.tar.xz
forums-fa06c7967eb423589f2f7fd5202bf72faa2aeee0.zip
Merge pull request #3218 from rxu/ticket/13419
[ticket/13419] Add the lowermost template event
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/overall_footer.html2
-rw-r--r--phpBB/styles/subsilver2/template/overall_footer.html2
2 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html
index 275859ac97..6f35d0e80b 100644
--- a/phpBB/styles/prosilver/template/overall_footer.html
+++ b/phpBB/styles/prosilver/template/overall_footer.html
@@ -48,5 +48,7 @@
<!-- IF S_PLUPLOAD --><!-- INCLUDE plupload.html --><!-- ENDIF -->
{$SCRIPTS}
+<!-- EVENT overall_footer_body_after -->
+
</body>
</html>
diff --git a/phpBB/styles/subsilver2/template/overall_footer.html b/phpBB/styles/subsilver2/template/overall_footer.html
index 42ee17f2ed..176110c58d 100644
--- a/phpBB/styles/subsilver2/template/overall_footer.html
+++ b/phpBB/styles/subsilver2/template/overall_footer.html
@@ -23,5 +23,7 @@
{$SCRIPTS}
+<!-- EVENT overall_footer_body_after -->
+
</body>
</html>