Check the correct conf-option for hierarchical breadcrumbs
SPR-969
This commit is contained in:
parent
52ef6e091d
commit
4a1a2863db
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue