dokuwiki-template-sprintdoc.../tpl/nav-breadcrumb.php

11 lines
316 B
PHP
Executable file

<?php
if (!defined('DOKU_INC')) die();
if ($conf['youarehere']): ?>
<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_breadcrumb_youarehere') ?></h6>
<p><?php tpl_youarehere() ?></p>
<?php endif ?>