mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-02-15 16:28:39 +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
|
* @var \Modules\Navigation\Views\NavigationView $this
|
||||||
*/
|
*/
|
||||||
if (isset($this->nav[NavigationType::SIDE])) : ?>
|
if (isset($this->nav[NavigationType::SIDE])) : ?>
|
||||||
<ul id="nav-side" class="nav" role="navigation">
|
<ul id="nav-side-inner" class="nav" role="navigation">
|
||||||
<?php
|
<?php
|
||||||
$uriPath = $this->request->getUri()->getPath();
|
$uriPath = $this->request->getUri()->getPath();
|
||||||
foreach ($this->nav[NavigationType::SIDE][LinkType::CATEGORY] as $key => $parent) : ?>
|
foreach ($this->nav[NavigationType::SIDE][LinkType::CATEGORY] as $key => $parent) : ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user