diff --git a/composer.json b/composer.json index 7197f1da8ac00ff39aec8d819dcda83306d4fd52..09b2c44c684ef98c24bb3b41b6e8f421e8a4a122 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "quiqqer/menu", "type": "quiqqer-module", "description": "QUIQQER menus for projects", - "version": "1.6.2", + "version": "1.6.3", "license": "GPL-3.0+", "authors": [ { diff --git a/src/QUI/Menu/MegaMenu.html b/src/QUI/Menu/MegaMenu.html index 8795d58567fdc118bd157b960587f8c4ab448c87..a935cefc10fd9906432652bc9be1ea3ab09e9b38 100644 --- a/src/QUI/Menu/MegaMenu.html +++ b/src/QUI/Menu/MegaMenu.html @@ -25,7 +25,9 @@ title="{$Child->getAttribute('title')|escape:"html"}"> {$Child->getAttribute('title')} - {if $showMenu && count($subchildren)}<span class="fa fa-angle-down"></span>{/if} + {if $showMenu && count($subchildren) && $Child->getAttribute('quiqqer.megamenu.settings.type') !== 'noMenu'} + <span class="fa fa-angle-down"></span> + {/if} </a> {if $showMenu && $Child->getAttribute('quiqqer.megamenu.settings.type') && $Child->getAttribute('quiqqer.megamenu.settings.type') !== ''}