diff options
author | rxu <rxu@mail.ru> | 2014-12-06 13:39:20 +0700 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2014-12-06 16:36:33 +0700 |
commit | 0a419781c201bcbdc4d63c4bdff57a2cca22758f (patch) | |
tree | a1e3ae46c1c77e470c38d1c68d4f7cf4b00d67ba /phpBB/docs | |
parent | 70483d60886ad416c3dd40f29e1128e031322e1e (diff) | |
download | forums-0a419781c201bcbdc4d63c4bdff57a2cca22758f.tar forums-0a419781c201bcbdc4d63c4bdff57a2cca22758f.tar.gz forums-0a419781c201bcbdc4d63c4bdff57a2cca22758f.tar.bz2 forums-0a419781c201bcbdc4d63c4bdff57a2cca22758f.tar.xz forums-0a419781c201bcbdc4d63c4bdff57a2cca22758f.zip |
[ticket/13419] Add the lowermost template event
PHPBB3-13419
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 8 |
1 files changed, 8 insertions, 0 deletions
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 `</body>` 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 `</body>` tag but after the $SCRIPTS var, i.e. after the js scripts have been loaded + overall_footer_breadcrumb_append === * Locations: |