1<?php 2if(!defined('DOKU_INC')) die(); 3 4 if ($conf['youarehere']): ?> 5 <h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_breadcrumb_youarehere') ?></h6> 6 <p> 7 <?php 8 tpl_youarehere(); 9 \dokuwiki\template\sprintdoc\Template::getInstance()->breadcrumbSuffix(); 10 ?> 11 </p> 12 13<?php endif ?> 14