mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-01-25 22:58:41 +00:00
fix if cs
This commit is contained in:
parent
0d942147cc
commit
a8a9fec918
|
|
@ -18,7 +18,7 @@ use Modules\Navigation\Models\NavigationType;
|
|||
/**
|
||||
* @var \Modules\Navigation\Views\NavigationView $this
|
||||
*/
|
||||
if (isset($this->nav[NavigationType::TOP])): ?>
|
||||
if (isset($this->nav[NavigationType::TOP])) : ?>
|
||||
<ul id="t-nav" role="navigation">
|
||||
<?php $unread = $this->getData('unread');
|
||||
foreach ($this->nav[NavigationType::TOP] as $key => $parent) :
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user