dokuwiki-template-sprintdoc.../tpl/nav-breadcrumb.php
Jana Deutschländer cbf9c4a6f0 fix conf-option
2017-04-26 16:00:43 +02:00

14 lines
322 B
PHP
Executable file

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