diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-20 17:13:22 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-24 16:51:42 +0200 |
commit | 8e4b4bc72e201d5511e5dc45fc19fae88b182a22 (patch) | |
tree | 25b9b59b9f5e236a5fbd3cb4053ccb642aeaab75 /phpBB/docs | |
parent | a2c3b2534a3a187a7ccc3e4b86ba69735c4b8b1a (diff) | |
download | forums-8e4b4bc72e201d5511e5dc45fc19fae88b182a22.tar forums-8e4b4bc72e201d5511e5dc45fc19fae88b182a22.tar.gz forums-8e4b4bc72e201d5511e5dc45fc19fae88b182a22.tar.bz2 forums-8e4b4bc72e201d5511e5dc45fc19fae88b182a22.tar.xz forums-8e4b4bc72e201d5511e5dc45fc19fae88b182a22.zip |
[ticket/12273] Fix subsilver2 missing from simple_footer_after docs
PHPBB3-12273
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index db73989616..578bad3187 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -423,6 +423,7 @@ simple_footer_after === * Locations: + styles/prosilver/template/simple_footer.html + + styles/subsilver2/template/simple_footer.html * Since: 3.1.0-a1 * Purpose: Add content directly prior to the `</body>` tag of the simple footer |