16 lines
459 B
Smarty
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}
|