aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_footer.html
diff options
context:
space:
mode:
authorMichael Cullum <unknownbliss@phpbbdevelopers.net>2012-03-13 13:26:24 +0000
committerDavid King <imkingdavid@gmail.com>2012-12-17 11:36:54 -0500
commitfc2ebc34dfb940bece3c89b8c3ffb5f0d81bca39 (patch)
tree17bd30a0c2aecc9b8c02582d025ee4929004378e /phpBB/styles/prosilver/template/overall_footer.html
parentc83c5c7f473b8b7211560a826b84800831167f0b (diff)
downloadforums-fc2ebc34dfb940bece3c89b8c3ffb5f0d81bca39.tar
forums-fc2ebc34dfb940bece3c89b8c3ffb5f0d81bca39.tar.gz
forums-fc2ebc34dfb940bece3c89b8c3ffb5f0d81bca39.tar.bz2
forums-fc2ebc34dfb940bece3c89b8c3ffb5f0d81bca39.tar.xz
forums-fc2ebc34dfb940bece3c89b8c3ffb5f0d81bca39.zip
[feature/events] Adds overall_footer_copyright template ledge
This allows people to add copyright information to the footer PHPBB3-9550
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_footer.html')
-rw-r--r--phpBB/styles/prosilver/template/overall_footer.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html
index 7e43ff2d0a..6deb19ed9a 100644
--- a/phpBB/styles/prosilver/template/overall_footer.html
+++ b/phpBB/styles/prosilver/template/overall_footer.html
@@ -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 -->