mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-01-11 16:18:42 +00:00
add css version
This commit is contained in:
parent
847d9489ac
commit
0789221108
|
|
@ -30,7 +30,7 @@ if (isset($this->nav[NavigationType::SIDE])) : ?>
|
|||
<?php if (isset($parent['nav_icon'])) : ?>
|
||||
<i class="<?= $this->printHtml($parent['nav_icon']); ?>"></i>
|
||||
<?php endif; ?>
|
||||
<span><?= $this->getHtml($parent['nav_name'], 'Navigation'); ?></span><i class="fa fa-chevron-right expand"></i></label>
|
||||
<span><?= $this->getHtml($parent['nav_name'], 'Navigation'); ?></span><i class="fa lni lni-chevron-right expand"></i></label>
|
||||
<?php if (isset($this->nav[NavigationType::SIDE][LinkType::LINK])) :
|
||||
foreach ($this->nav[NavigationType::SIDE][LinkType::LINK] as $key2 => $link) :
|
||||
if ($link['nav_parent'] === $key) :
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user