page tools / user tools
This commit is contained in:
parent
d0b97fa27f
commit
cb680b1364
14 changed files with 242 additions and 92 deletions
11
tpl/nav-breadcrumb.php
Normal file
11
tpl/nav-breadcrumb.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
if (!defined('DOKU_INC')) die();
|
||||
|
||||
if ($conf['breadcrumbs']): ?>
|
||||
|
||||
<div class="breadcrumbs">
|
||||
<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_breadcrumb') ?></h6>
|
||||
<p><?php tpl_youarehere() ?></p>
|
||||
</div>
|
||||
|
||||
<?php endif ?>
|
Loading…
Add table
Add a link
Reference in a new issue