aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-10-09 23:04:37 +0200
committerMarc Alexander <admin@m-a-styles.de>2018-10-09 23:04:37 +0200
commit45532aa18f64fb2e595c9b76d6f7917ee1b59fba (patch)
tree9646c0964b624dde1d865eec81fc39cd486f9ccf /phpBB/styles
parentMerge branch '3.2.x' (diff)
parentMerge pull request #5382 from senky/ticket/15596 (diff)
downloadphpbb-45532aa18f64fb2e595c9b76d6f7917ee1b59fba.tar.gz
phpbb-45532aa18f64fb2e595c9b76d6f7917ee1b59fba.tar.bz2
phpbb-45532aa18f64fb2e595c9b76d6f7917ee1b59fba.zip
Merge branch '3.2.x'
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/navbar_header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html
index 78e75ba07e..d3b4e30cc0 100644
--- a/phpBB/styles/prosilver/template/navbar_header.html
+++ b/phpBB/styles/prosilver/template/navbar_header.html
@@ -178,9 +178,9 @@
</ul>
<ul id="nav-breadcrumbs" class="nav-breadcrumbs linklist navlinks" role="menubar">
- <!-- DEFINE $MICRODATA = ' itemtype="http://data-vocabulary.org/Breadcrumb" itemscope=""' -->
+ <!-- DEFINE $MICRODATA = ' itemtype="http://schema.org/ListItem" itemprop="itemListElement" itemscope' -->
<!-- EVENT overall_header_breadcrumbs_before -->
- <li class="breadcrumbs">
+ <li class="breadcrumbs" itemscope itemtype="http://schema.org/BreadcrumbList">
<!-- IF U_SITE_HOME -->
<span class="crumb" {$MICRODATA}><a href="{U_SITE_HOME}" itemprop="url" data-navbar-reference="home"><i class="icon fa-home fa-fw" aria-hidden="true"></i><span itemprop="title">{L_SITE_HOME}</span></a></span>
<!-- ENDIF -->