mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-02-14 15:58:41 +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'])) : ?>
|
<?php if (isset($parent['nav_icon'])) : ?>
|
||||||
<i class="<?= $this->printHtml($parent['nav_icon']); ?>"></i>
|
<i class="<?= $this->printHtml($parent['nav_icon']); ?>"></i>
|
||||||
<?php endif; ?>
|
<?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])) :
|
<?php if (isset($this->nav[NavigationType::SIDE][LinkType::LINK])) :
|
||||||
foreach ($this->nav[NavigationType::SIDE][LinkType::LINK] as $key2 => $link) :
|
foreach ($this->nav[NavigationType::SIDE][LinkType::LINK] as $key2 => $link) :
|
||||||
if ($link['nav_parent'] === $key) :
|
if ($link['nav_parent'] === $key) :
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user