diff options
author | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-07-26 14:15:34 +0100 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-17 11:37:33 -0500 |
commit | a6122228ebae0042e8960349cdeb7b9679517bb0 (patch) | |
tree | 6325e660acff3158f06bc96e3b7f9e0878d45d52 /phpBB/styles/prosilver/template/overall_footer.html | |
parent | 0b351368941e8c23a289263ce7f28446b44bee29 (diff) | |
download | forums-a6122228ebae0042e8960349cdeb7b9679517bb0.tar forums-a6122228ebae0042e8960349cdeb7b9679517bb0.tar.gz forums-a6122228ebae0042e8960349cdeb7b9679517bb0.tar.bz2 forums-a6122228ebae0042e8960349cdeb7b9679517bb0.tar.xz forums-a6122228ebae0042e8960349cdeb7b9679517bb0.zip |
[feature/events] Adjust to use prepend, not before
PHPBB3-9550
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_footer.html')
-rw-r--r-- | phpBB/styles/prosilver/template/overall_footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html index 998910033f..cc2f1cbfd6 100644 --- a/phpBB/styles/prosilver/template/overall_footer.html +++ b/phpBB/styles/prosilver/template/overall_footer.html @@ -20,7 +20,7 @@ </div> </div> - <div class="copyright"><!-- EVENT overall_footer_copyright_before --> + <div class="copyright"><!-- EVENT overall_footer_copyright_prepend --> {CREDIT_LINE} <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF --> <!-- EVENT overall_footer_copyright_after --> |