mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-02-11 22:38:41 +00:00
start implementing portlets
This commit is contained in:
parent
3fed76fe75
commit
b76cb8cc6d
|
|
@ -27,10 +27,9 @@ if (isset($this->nav[NavigationType::SIDE])) : ?>
|
||||||
<ul>
|
<ul>
|
||||||
<li><label for="nav-<?= $this->printHtml($parent['nav_name']); ?>">
|
<li><label for="nav-<?= $this->printHtml($parent['nav_name']); ?>">
|
||||||
<?php if (isset($parent['nav_icon'])) : ?>
|
<?php if (isset($parent['nav_icon'])) : ?>
|
||||||
<span class="centerText"><i class="<?= $this->printHtml($parent['nav_icon']); ?>"></i></span>
|
<i class="<?= $this->printHtml($parent['nav_icon']); ?>"></i>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?= $this->getHtml($parent['nav_name'], 'Navigation') ?><i class="fa fa-chevron-left min"></i>
|
<span><?= $this->getHtml($parent['nav_name'], 'Navigation') ?></span><i class="fa fa-chevron-right expand"></i></label>
|
||||||
<i class="fa fa-chevron-down max"></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