xref: /template/sprintdoc/tpl/nav-breadcrumb.php (revision a2076f06902b01b31c2bf298eb69b03a79777aef)
1<?php
2    if (!defined('DOKU_INC')) die();
3
4    if ($conf['youarehere']): ?>
5
6
7                                    <h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_breadcrumb_youarehere') ?></h6>
8                                    <p><?php tpl_youarehere() ?></p>
9
10
11    <?php endif ?>
12