diff options
author | Michael Cullum <unknownbliss@phpbbdevelopers.net> | 2012-03-14 17:58:57 +0000 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-17 11:36:58 -0500 |
commit | 8534cbcc8470f5d9b916a58dcdcfcf408c3e516e (patch) | |
tree | f00437c85e29fc1e021ce21e6f5a51c35663b6cb /phpBB/styles/prosilver/template/overall_footer.html | |
parent | bdd3e692fb48a8b951f9c82e410c0ef494cd89ec (diff) | |
download | forums-8534cbcc8470f5d9b916a58dcdcfcf408c3e516e.tar forums-8534cbcc8470f5d9b916a58dcdcfcf408c3e516e.tar.gz forums-8534cbcc8470f5d9b916a58dcdcfcf408c3e516e.tar.bz2 forums-8534cbcc8470f5d9b916a58dcdcfcf408c3e516e.tar.xz forums-8534cbcc8470f5d9b916a58dcdcfcf408c3e516e.zip |
[feature/events] Adding overall_footer_index_link template ledge
Used by board3portal
PHPBB3-9550
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_footer.html')
-rw-r--r-- | phpBB/styles/prosilver/template/overall_footer.html | 3 |
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 6deb19ed9a..56dd7ae27a 100644 --- a/phpBB/styles/prosilver/template/overall_footer.html +++ b/phpBB/styles/prosilver/template/overall_footer.html @@ -6,7 +6,8 @@ <div class="inner"> <ul class="linklist"> - <li class="icon-home"><!-- IF U_SITE_HOME --><a href="{U_SITE_HOME}">{L_SITE_HOME}</a> <strong>‹</strong> <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li> + <li class="icon-home"><!-- IF U_SITE_HOME --><a href="{U_SITE_HOME}">{L_SITE_HOME}</a> <strong>‹</strong> <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> + <!-- RUNHOOKS 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 --> |