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