dokuwiki-template-sprintdoc.../tpl/nav-breadcrumb.php
Jana Deutschländer 5148e0c91a Merge remote-tracking branch 'origin/breadcrumbs'
SPR-972: german translation
2017-04-26 16:20:39 +02:00

13 lines
381 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();
\dokuwiki\template\sprintdoc\Template::getInstance()->breadcrumbSuffix();
?>
</p>
<?php endif ?>