mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Fixing case-sensitive issue with Html
This commit is contained in:
parent
96d0ce1c20
commit
46d8ac8972
@ -18,7 +18,7 @@
|
||||
<?php foreach ($sideMenuItems as $sideItemCode => $item): ?>
|
||||
<li
|
||||
class="<?= BackendMenu::isSideMenuItemActive($item) ? 'active' : null ?>"
|
||||
<?= HTML::attributes($item->attributes) ?>
|
||||
<?= Html::attributes($item->attributes) ?>
|
||||
>
|
||||
<a href="<?= $item->url ?>">
|
||||
<span class="nav-icon">
|
||||
|
Loading…
x
Reference in New Issue
Block a user