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