diff options
author | Marc Alexander <admin@m-a-styles.de> | 2018-10-13 16:37:27 -0700 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2018-10-13 16:37:27 -0700 |
commit | 4180950db7b5f31a17175d24cc5624e55f66cc7f (patch) | |
tree | eb1009644dcb0ddfffd4c4a9c64ccdd5e5d9d59a /phpBB/styles/prosilver | |
parent | 2fcf49c8392214eddfde5f227a3f15ad73ae557d (diff) | |
parent | 52ffe758887d2321ba84c2f26adfa85e0bfa5624 (diff) | |
download | forums-4180950db7b5f31a17175d24cc5624e55f66cc7f.tar forums-4180950db7b5f31a17175d24cc5624e55f66cc7f.tar.gz forums-4180950db7b5f31a17175d24cc5624e55f66cc7f.tar.bz2 forums-4180950db7b5f31a17175d24cc5624e55f66cc7f.tar.xz forums-4180950db7b5f31a17175d24cc5624e55f66cc7f.zip |
Merge pull request #5383 from senky/ticket/15554
[ticket/15554] Add simple_footer_body_after
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/simple_footer.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/simple_footer.html b/phpBB/styles/prosilver/template/simple_footer.html index 907ddd97ba..1ef44d1688 100644 --- a/phpBB/styles/prosilver/template/simple_footer.html +++ b/phpBB/styles/prosilver/template/simple_footer.html @@ -34,5 +34,7 @@ {$SCRIPTS} +{% EVENT simple_footer_body_after %} + </body> </html> |