[feature/events] Adds overall_footer_copyright template ledge

This allows people to add copyright information to the footer

PHPBB3-9550
This commit is contained in:
Michael Cullum 2012-03-13 13:26:24 +00:00 committed by David King
parent c83c5c7f47
commit fc2ebc34df
2 changed files with 4 additions and 2 deletions

View file

@ -19,7 +19,8 @@
</div>
</div>
<div class="copyright">{CREDIT_LINE}
<div class="copyright"><!-- RUNHOOKS overall_footer_copyright -->
{CREDIT_LINE}
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->

View file

@ -3,7 +3,8 @@
<div id="wrapfooter">
<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
<span class="copyright">{CREDIT_LINE}
<span class="copyright"><!-- RUNHOOKS overall_footer_copyright -->
{CREDIT_LINE}
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- IF DEBUG_OUTPUT --><br /><bdo dir="ltr">[ {DEBUG_OUTPUT} ]</bdo><!-- ENDIF --></span>
</div>