xref: /template/sprintdoc/tpl/nav-breadcrumb.php (revision 02dbc7fa4935709eecf8ca9b08d45813197baec1)
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