Closed M-Zoldak closed 1 year ago
Contao version: 4.13 Package version: 4.0.1
I've been trying to render "mmenu - Navigationsmenu" module on my client page, but nothing came out. Here's the reason:
Variable output:
I've fixed it temporary by overwriting $strClass to take first value of array, then mobile navigation is rendered properly.
$strClass
Ok, I've found the issue. There was installed "dk_mmenu" inside system/modules. After deleting it, everything works again.
Contao version: 4.13 Package version: 4.0.1
I've been trying to render "mmenu - Navigationsmenu" module on my client page, but nothing came out. Here's the reason:
Variable output:
I've fixed it temporary by overwriting
$strClass
to take first value of array, then mobile navigation is rendered properly.