1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-18 15:41:26 +02:00

[feature/events] Add overall_footer_copyright_after template event

PHPBB3-9550
This commit is contained in:
Michael Cullum
2012-07-26 14:13:31 +01:00
committed by David King
parent 336f0c5641
commit 0b35136894

View File

@@ -23,6 +23,7 @@
<div class="copyright"><!-- EVENT overall_footer_copyright_before -->
{CREDIT_LINE}
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- EVENT overall_footer_copyright_after -->
<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
</div>