Translatable sub-menu

This commit is contained in:
Lucas Bickel 2017-03-23 23:53:47 +01:00
parent 314c105508
commit c3e2dda3c1
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<ol id="navlist">
<ol class="navigation">
<?php foreach ($this->container as $page) : ?>
<?php if($this->navigation()->accept($page)) : ?>
<li class="top <?php if($page->isActive(true)){echo 'active';} ?>">