Merge remote-tracking branch 'origin/breadcrumbs'
SPR-972: german translation
This commit is contained in:
commit
5148e0c91a
6 changed files with 60 additions and 39 deletions
|
@ -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 ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue