This is showing all main and subcategories.
{if $count > 1}
{foreach from=$nodelist item=node} url}"
{if $node->target ne ""} target="{$node->target}"{/if}
>{$node->menutext}
{/foreach}
{/if}
How to make this code to display just the main (top 1) categories?
Thank You for help
