aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_footer.html
diff options
context:
space:
mode:
authorMichael Cullum <unknownbliss@phpbbdevelopers.net>2012-03-20 07:08:59 +0000
committerDavid King <imkingdavid@gmail.com>2012-12-17 11:37:11 -0500
commit8dcc2cded68efea064ac0ae7dd2a75db2b48651e (patch)
tree59ad7a6dcc99625a1fd3d0d5aac837a485ac4cc5 /phpBB/styles/prosilver/template/overall_footer.html
parentc0f900f69565583ff871e4cdefa30083147d2bc9 (diff)
downloadforums-8dcc2cded68efea064ac0ae7dd2a75db2b48651e.tar
forums-8dcc2cded68efea064ac0ae7dd2a75db2b48651e.tar.gz
forums-8dcc2cded68efea064ac0ae7dd2a75db2b48651e.tar.bz2
forums-8dcc2cded68efea064ac0ae7dd2a75db2b48651e.tar.xz
forums-8dcc2cded68efea064ac0ae7dd2a75db2b48651e.zip
[feature/events] Rename RUNHOOKS to EVENT
Apply change to existing ledges PHPBB3-9550
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_footer.html')
-rw-r--r--phpBB/styles/prosilver/template/overall_footer.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html
index c78094ec79..6861b90381 100644
--- a/phpBB/styles/prosilver/template/overall_footer.html
+++ b/phpBB/styles/prosilver/template/overall_footer.html
@@ -7,7 +7,7 @@
<ul class="linklist">
<li class="icon-home"><!-- IF U_SITE_HOME --><a href="{U_SITE_HOME}">{L_SITE_HOME}</a> <strong>&#8249;</strong> <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a>
- <!-- RUNHOOKS overall_footer_index_link --></li>
+ <!-- EVENT overall_footer_index_link --></li>
<!-- IF not S_IS_BOT -->
<!-- IF U_WATCH_FORUM_LINK --><li <!-- IF S_WATCHING_FORUM -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{U_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}" data-ajax="toggle_link" data-toggle-class="icon-<!-- IF not S_WATCHING_FORUM -->unsubscribe<!-- ELSE -->subscribe<!-- ENDIF -->" data-toggle-text="{S_WATCH_FORUM_TOGGLE}" data-toggle-url="{U_WATCH_FORUM_TOGGLE}">{S_WATCH_FORUM_TITLE}</a></li><!-- ENDIF -->
<!-- IF U_WATCH_TOPIC --><li <!-- IF S_WATCHING_TOPIC -->class="icon-unsubscribe"<!-- ELSE -->class="icon-subscribe"<!-- ENDIF -->><a href="{U_WATCH_TOPIC}" title="{S_WATCH_TOPIC_TITLE}" data-ajax="toggle_link" data-toggle-class="<!-- IF not S_WATCHING_TOPIC -->icon-unsubscribe<!-- ELSE -->icon-subscribe<!-- ENDIF -->" data-toggle-text="{S_WATCH_TOPIC_TOGGLE}" data-toggle-url="{U_WATCH_TOPIC_TOGGLE}">{S_WATCH_TOPIC_TITLE}</a></li><!-- ENDIF -->
@@ -20,7 +20,7 @@
</div>
</div>
- <div class="copyright"><!-- RUNHOOKS overall_footer_copyright -->
+ <div class="copyright"><!-- EVENT overall_footer_copyright -->
{CREDIT_LINE}
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
@@ -57,6 +57,6 @@
<!-- INCLUDEJS template/ajax.js -->
{SCRIPTS}
-<!-- RUNHOOKS overall_footer_end -->
+<!-- EVENT overall_footer_end -->
</body>
</html>