aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/overall_footer.html
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-12-17 11:57:18 -0500
committerDavid King <imkingdavid@gmail.com>2012-12-17 11:57:18 -0500
commitd25dffbb2def5da74bf41cf8c67fe69eae3bd9df (patch)
tree2255655b0536057aefe1aa9507b9794ec5763a36 /phpBB/styles/subsilver2/template/overall_footer.html
parent8526dc14f0e734d9cbf6f0b1f652064caee710f3 (diff)
downloadforums-d25dffbb2def5da74bf41cf8c67fe69eae3bd9df.tar
forums-d25dffbb2def5da74bf41cf8c67fe69eae3bd9df.tar.gz
forums-d25dffbb2def5da74bf41cf8c67fe69eae3bd9df.tar.bz2
forums-d25dffbb2def5da74bf41cf8c67fe69eae3bd9df.tar.xz
forums-d25dffbb2def5da74bf41cf8c67fe69eae3bd9df.zip
[feature/events] Fix some subsilver2 events
PHPBB3-9550
Diffstat (limited to 'phpBB/styles/subsilver2/template/overall_footer.html')
-rw-r--r--phpBB/styles/subsilver2/template/overall_footer.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_footer.html b/phpBB/styles/subsilver2/template/overall_footer.html
index 9dd9681b80..1108d69467 100644
--- a/phpBB/styles/subsilver2/template/overall_footer.html
+++ b/phpBB/styles/subsilver2/template/overall_footer.html
@@ -3,9 +3,11 @@
<div id="wrapfooter">
<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
- <span class="copyright"><!-- EVENT overall_footer_copyright -->
- {CREDIT_LINE}
+ <span class="copyright">
+ <!-- EVENT overall_footer_copyright_prepend -->
+ {CREDIT_LINE}
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
+ <!-- EVENT overall_footer_copyright_append -->
<!-- IF DEBUG_OUTPUT --><br /><bdo dir="ltr">[ {DEBUG_OUTPUT} ]</bdo><!-- ENDIF --></span>
</div>