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