Files
kupshop/web/templates/elnino/ujeda/sections.responsive.links.tpl
2025-08-02 16:30:27 +02:00

16 lines
459 B
Smarty

{extends "[shared]components/sections.responsive.links.tpl"}
{block "tpl_vars"}
{$hide_virtual = true}
{/block}
{block "respsections-navitem-append"}
{if $item.level == 1 and $item@last and $item.parent.id == 1}
{insert_menu menu_id=2 template="block.menu.top.tpl" skip_cache=1}
{/if}
{if $item.level == 1 and $item@last and $item.parent.id == 2}
{insert_menu menu_id=3 template="block.menu.top.tpl" skip_cache=1}
{/if}
{/block}