From 0a419781c201bcbdc4d63c4bdff57a2cca22758f Mon Sep 17 00:00:00 2001 From: rxu Date: Sat, 6 Dec 2014 13:39:20 +0700 Subject: [PATCH] [ticket/13419] Add the lowermost template event PHPBB3-13419 --- phpBB/docs/events.md | 8 ++++++++ phpBB/styles/prosilver/template/overall_footer.html | 2 ++ phpBB/styles/subsilver2/template/overall_footer.html | 2 ++ 3 files changed, 12 insertions(+) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 7863814daa..58f38b0af7 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -635,6 +635,14 @@ overall_footer_after * Since: 3.1.0-a1 * Purpose: Add content at the end of the file, directly prior to the `` tag +overall_footer_body_after +=== +* Locations: + + styles/prosilver/template/overall_footer.html + + styles/subsilver2/template/overall_footer.html +* Since: 3.1.3-RC1 +* Purpose: Add content before the `` tag but after the $SCRIPTS var, i.e. after the js scripts have been loaded + overall_footer_breadcrumb_append === * Locations: 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 @@ {$SCRIPTS} + + 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} + +