SPR-969: change wording for head_breadcrumb in head_breadcrumb_youarehere to show that it is used for hierarchical breadcrumbs (conf-option youarehere)
This commit is contained in:
parent
4a1a2863db
commit
a2076f0690
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
if ($conf['youarehere']): ?>
|
||||
|
||||
|
||||
<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_breadcrumb') ?></h6>
|
||||
<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_breadcrumb_youarehere') ?></h6>
|
||||
<p><?php tpl_youarehere() ?></p>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue