aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_header.html
diff options
context:
space:
mode:
authorMichael Cullum <unknownbliss@phpbbdevelopers.net>2012-05-19 20:09:22 +0100
committerDavid King <imkingdavid@gmail.com>2012-12-17 11:37:25 -0500
commit2a37f8b50fc967ad1998d539311b01dfbaae02f1 (patch)
tree69e0bd8057884bb0a98524bc9a986a0c56c6f503 /phpBB/styles/prosilver/template/overall_header.html
parent243c984908a40b684322fe0c22f35fdb71cfcc5f (diff)
downloadforums-2a37f8b50fc967ad1998d539311b01dfbaae02f1.tar
forums-2a37f8b50fc967ad1998d539311b01dfbaae02f1.tar.gz
forums-2a37f8b50fc967ad1998d539311b01dfbaae02f1.tar.bz2
forums-2a37f8b50fc967ad1998d539311b01dfbaae02f1.tar.xz
forums-2a37f8b50fc967ad1998d539311b01dfbaae02f1.zip
[feature/events] Fix index_link_prepend template event
PHPBB3-9550
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index 47bce7cc36..a6a6c59b60 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -122,7 +122,7 @@
<ul class="linklist navlinks">
<!-- DEFINE $MICRODATA = ' itemtype="http://data-vocabulary.org/Breadcrumb" itemscope=""' -->
- <li class="icon-home"><!-- IF U_SITE_HOME --><a href="{U_SITE_HOME}"{$MICRODATA}>{L_SITE_HOME}</a> <strong>&#8249;</strong> <!-- ENDIF --><!-- EVENT overall_header_index_link_left -->
+ <li class="icon-home"><!-- IF U_SITE_HOME --><a href="{U_SITE_HOME}"{$MICRODATA}>{L_SITE_HOME}</a> <strong>&#8249;</strong> <!-- ENDIF --><!-- EVENT overall_header_index_link_prepend -->
<a href="{U_INDEX}" accesskey="h"{$MICRODATA}>{L_INDEX}</a>
<!-- EVENT overall_header_index_link -->
<!-- BEGIN navlinks --> <strong>&#8249;</strong> <a href="{navlinks.U_VIEW_FORUM}"{$MICRODATA}>{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>