Check the correct conf-option for hierarchical breadcrumbs

SPR-969
This commit is contained in:
Michael Große 2017-04-26 12:05:32 +02:00
commit 4a1a2863db
No known key found for this signature in database
GPG key ID: 7E31028FBFEACC79

View file

@ -1,7 +1,7 @@
<?php
if (!defined('DOKU_INC')) die();
if ($conf['breadcrumbs']): ?>
if ($conf['youarehere']): ?>
<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_breadcrumb') ?></h6>