Quick question. I've been using this If-statement for awhile now, but since I added Multi Lingual support its not really working anymore.
The main difference might be that i reverted the order of pages.
- 1. Swedish
1.1 Home
2.2 About
Code: Select all
<!-- start #navigate menu to the left -->
{if $cgsimple->has_children() || $cgsimple->get_parent_alias()}
<li>
<h2>Navigera</h2>
{menu template='zionnarrows : minimal_menu' start_level='2' collapse='1' number_of_levels='3'}
</li>{else} {/if}
<li>
<!-- end #navigate menu to the left -->
Thanks in advance,
John