CC-2654: use id
- added id to navigation - using id instead of label
This commit is contained in:
parent
f1c311acb6
commit
f6f27bf0ff
2 changed files with 3 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
</a>
|
||||
<ul class="sub">
|
||||
<?php foreach ($page->getPages() as $sub) :
|
||||
if($isSaas && $sub->getLabel() == "Manage Media Folders"){
|
||||
if($isSaas && $sub->getId() == "managa_folder"){
|
||||
continue;
|
||||
} ?>
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue