diff options
| author | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-04-01 12:18:20 +0100 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2012-12-17 11:37:18 -0500 |
| commit | 9ba18a21f007fd5a625ac0c2dec60185e8c86994 (patch) | |
| tree | 9980b5373ade77a8ef1c65cf9663145c871f9563 /phpBB | |
| parent | 44afff6b746d4070c2100cc186f5347ab7b80a70 (diff) | |
| download | forums-9ba18a21f007fd5a625ac0c2dec60185e8c86994.tar forums-9ba18a21f007fd5a625ac0c2dec60185e8c86994.tar.gz forums-9ba18a21f007fd5a625ac0c2dec60185e8c86994.tar.bz2 forums-9ba18a21f007fd5a625ac0c2dec60185e8c86994.tar.xz forums-9ba18a21f007fd5a625ac0c2dec60185e8c86994.zip | |
[feature/events] Add overall_footer_end acp template event
PHPBB3-9550
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/adm/style/overall_footer.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html index 2bc9ee52d7..a2bebb3d85 100644 --- a/phpBB/adm/style/overall_footer.html +++ b/phpBB/adm/style/overall_footer.html @@ -42,5 +42,7 @@ <!-- INCLUDEJS ajax.js --> {SCRIPTS} +<!-- EVENT overall_footer_end --> + </body> </html> |
