MENU menager
Posted: Sat Jan 30, 2010 2:39 pm
I use fallowing menu manager code:
How to make this code to display just the main (top 1) categories?
Thank You for help
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
