diff options
author | David King <imkingdavid@gmail.com> | 2012-12-17 17:48:15 -0500 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-17 17:48:15 -0500 |
commit | 8d6a4559bacd8458e241993a195385f83cb7b3c1 (patch) | |
tree | e84f020abd9eab7648026fb77403f0c03eabf067 /phpBB/styles | |
parent | 3667ba7a09e725072fd884ae7e85b41962e4dc74 (diff) | |
download | forums-8d6a4559bacd8458e241993a195385f83cb7b3c1.tar forums-8d6a4559bacd8458e241993a195385f83cb7b3c1.tar.gz forums-8d6a4559bacd8458e241993a195385f83cb7b3c1.tar.bz2 forums-8d6a4559bacd8458e241993a195385f83cb7b3c1.tar.xz forums-8d6a4559bacd8458e241993a195385f83cb7b3c1.zip |
[feature/events] Fix overall_footer_end -> overall_footer_after (subsilver2)
PHPBB3-9550
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/subsilver2/template/overall_footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_footer.html b/phpBB/styles/subsilver2/template/overall_footer.html index 1108d69467..64e7587023 100644 --- a/phpBB/styles/subsilver2/template/overall_footer.html +++ b/phpBB/styles/subsilver2/template/overall_footer.html @@ -15,6 +15,6 @@ <!-- 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 --> {SCRIPTS} -<!-- EVENT overall_footer_end --> +<!-- EVENT overall_footer_after --> </body> </html> |