Christian Watkins
Results
1
comments of
Christian Watkins
Found a solution. I did it like this: {% set nav = craft.amNav.getNavRaw("mainmenu") %} {% macro addNodeToNavigation(node, index) %} {%- set nodeClasses = [] -%} {%- if node.hasChildren -%} {%-...