Slider home page fix menu mobile

This commit is contained in:
2025-01-02 19:54:18 +01:00
parent bf9a138579
commit 8779fa0b74
20 changed files with 2393 additions and 40 deletions

View File

@ -84,7 +84,10 @@
}
if ($item->deeper){
echo '<span>' . $linktype . '</span>';
echo '<span>' . $linktype . '
<svg class="icon icon-xs">
<use href="' . $baseImagePath . 'sprites.svg#it-expand"></use>
</svg></span>';
}elseif ($item->level >= 2){
echo '<span>' . $linktype . '</span>';
} else {