diff options
author | David King <imkingdavid@gmail.com> | 2012-12-17 11:21:49 -0500 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-17 11:37:41 -0500 |
commit | c0652a72361a21289125f1c5e894d35d1c19e835 (patch) | |
tree | 1f939f6d71473510be9165081cac27d94e4a78be /phpBB/adm/style/overall_footer.html | |
parent | cdfac59944bc312cfb64bbe1a39090f57851ff8f (diff) | |
download | forums-c0652a72361a21289125f1c5e894d35d1c19e835.tar forums-c0652a72361a21289125f1c5e894d35d1c19e835.tar.gz forums-c0652a72361a21289125f1c5e894d35d1c19e835.tar.bz2 forums-c0652a72361a21289125f1c5e894d35d1c19e835.tar.xz forums-c0652a72361a21289125f1c5e894d35d1c19e835.zip |
[feature/events] Change _end suffix to _after in acp_overall_footer_end
PHPBB3-9550
Diffstat (limited to 'phpBB/adm/style/overall_footer.html')
-rw-r--r-- | phpBB/adm/style/overall_footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html index f76ad698d3..2a8b46d458 100644 --- a/phpBB/adm/style/overall_footer.html +++ b/phpBB/adm/style/overall_footer.html @@ -42,7 +42,7 @@ <!-- INCLUDEJS ajax.js --> {SCRIPTS} -<!-- EVENT acp_overall_footer_end --> +<!-- EVENT acp_overall_footer_after --> </body> </html> |