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