mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-02-04 11:28:40 +00:00
save navigation scroll position
This commit is contained in:
parent
5f0193522b
commit
b7c8a48082
|
|
@ -19,7 +19,7 @@ use \Modules\Navigation\Models\NavigationType;
|
|||
* @var \Modules\Navigation\Views\NavigationView $this
|
||||
*/
|
||||
if (isset($this->nav[NavigationType::SIDE])) : ?>
|
||||
<ul id="nav-side" class="nav" role="navigation">
|
||||
<ul id="nav-side-inner" class="nav" role="navigation">
|
||||
<?php
|
||||
$uriPath = $this->request->getUri()->getPath();
|
||||
foreach ($this->nav[NavigationType::SIDE][LinkType::CATEGORY] as $key => $parent) : ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user