{* PrestaShop license placeholder *} {function name="generateLinks" links=[] class="menu-item" parent=null} {* GENERATE LINKS *} {if $parent.depth === 1} {foreach from=$links item=link} {if $link.depth === 3} {/if} {/foreach} {/if} {/function} {* GENERATE SUBMENU *} {function name="desktopSubMenu" nodes=[] depth=0 parent=null} {if $nodes|count} {if $depth === 1} {/if} {/if} {/function} {* GENERATE DESKTOP FIRST LEVEL *} {function name="desktopFirstLevel" itemsFirstLevel=[]} {if $itemsFirstLevel|count} {/if} {/function} {* GENERATE DESKTOP MENU *} {function name="desktopMenu" nodes=[] depth=0 parent=null} {desktopFirstLevel itemsFirstLevel=$nodes} {/function} {* GENERATE MOBILE MENU *} {function name="mobileMenu" nodes=[] depth=0 parent=null} {$children = []} {if $nodes|count} {foreach from=$children item=child} {mobileMenu nodes=$child.children depth=$child.children[0].depth parent=$child backTitle=$child.parent.label expandId=$child.expandId } {/foreach} {/if} {/function}
{* DESKTOP MENU *} {* MOBILE MENU *}
{mobileMenu nodes=$menu.children}