mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-01-11 16:18:42 +00:00
fix tests
This commit is contained in:
parent
da50f9a3c8
commit
ac1c70d86c
|
|
@ -24,7 +24,7 @@ if (isset($this->nav[NavigationType::SIDE])) : ?>
|
|||
<?php
|
||||
$uriPath = $this->request->uri->getPath();
|
||||
foreach ($this->nav[NavigationType::SIDE][LinkType::CATEGORY] as $key => $parent) : ?>
|
||||
<li><input class="oms-ui-state" id="nav-<?= $this->printHtml($parent['nav_name']); ?>" type="checkbox">
|
||||
<li><input name="category-<?= $key; ?>" class="oms-ui-state" id="nav-<?= $this->printHtml($parent['nav_name']); ?>" type="checkbox">
|
||||
<ul>
|
||||
<li><label for="nav-<?= $this->printHtml($parent['nav_name']); ?>">
|
||||
<?php if (isset($parent['nav_icon'])) : ?>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?php declare(strict_types=1);
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
// Modules/tests
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user