diff --git a/themes/bootstrap3/templates/layout/layout.phtml b/themes/bootstrap3/templates/layout/layout.phtml index 1bddca2f56ef1eb99fe6bc8e275665e113b83d77..f7fb42299a7fb39e000da2cd921c7c849e10926d 100644 --- a/themes/bootstrap3/templates/layout/layout.phtml +++ b/themes/bootstrap3/templates/layout/layout.phtml @@ -156,7 +156,7 @@ JS; <a class="sr-only" href="#content"><?=$this->transEsc('Skip to content') ?></a> <?=$this->render('header.phtml')?> </header> - <nav class="breadcrumbs"> + <nav class="breadcrumbs" aria-label="<?=$this->transEsc('Breadcrumbs') ?>"> <div class="container"> <?php if((!isset($this->layout()->showBreadcrumbs) || $this->layout()->showBreadcrumbs == true) && !empty($this->layout()->breadcrumbs)