Merge remote-tracking branch 'origin/breadcrumbs'

SPR-972: german translation
This commit is contained in:
Jana Deutschländer 2017-04-26 16:20:39 +02:00
commit 5148e0c91a
6 changed files with 60 additions and 39 deletions

View file

@ -1,11 +1,13 @@
<?php
if (!defined('DOKU_INC')) die();
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>
<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_breadcrumb_youarehere') ?></h6>
<p><?php tpl_youarehere() ?></p>
<?php endif ?>
<?php endif ?>