diff options
author | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-04-01 12:24:50 +0100 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-17 11:37:21 -0500 |
commit | 1f9b6629643840ae99ba13b06c2d44368c1d0810 (patch) | |
tree | f404f3b951b97d50ceb715006118ceb47aa9bd21 /phpBB/adm/style/simple_footer.html | |
parent | 6a29de3f1ba39c6080088198bb63c39b9470fe65 (diff) | |
download | forums-1f9b6629643840ae99ba13b06c2d44368c1d0810.tar forums-1f9b6629643840ae99ba13b06c2d44368c1d0810.tar.gz forums-1f9b6629643840ae99ba13b06c2d44368c1d0810.tar.bz2 forums-1f9b6629643840ae99ba13b06c2d44368c1d0810.tar.xz forums-1f9b6629643840ae99ba13b06c2d44368c1d0810.zip |
[feature/events] Adding simple_footer_end acp template event
PHPBB3-9550
Diffstat (limited to 'phpBB/adm/style/simple_footer.html')
-rw-r--r-- | phpBB/adm/style/simple_footer.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/style/simple_footer.html b/phpBB/adm/style/simple_footer.html index 1d5c62b0a3..8c6ace203e 100644 --- a/phpBB/adm/style/simple_footer.html +++ b/phpBB/adm/style/simple_footer.html @@ -18,6 +18,7 @@ <script type="text/javascript" src="{T_JQUERY_LINK}"></script> <!-- IF S_JQUERY_FALLBACK --><script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript src="{T_ASSETS_PATH}/javascript/jquery.js?assets_version={T_ASSETS_VERSION}" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF --> +<!-- EVENT simple_footer_end --> </body> </html> |