dokuwiki-template-sprintdoc.../tpl/nav-breadcrumb.php
Jana Deutschländer f414dd9577 template redesign
2017-01-02 08:58:59 +01:00

11 lines
306 B
PHP

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