I need to use a vertical menu created with Artisteer running through the CSS and javascript.
The CSS and javascript file existe.
My problem is that I do not know how to configure the "Menu Manager" in order to create the menu and automatically handles JavaScript.
The menu code to handle is the following:
In a post I found a solution like this:
Home
News
Top 10
Menu Item
Subitem 1
Subitem 2
Subitem 3
Video
Archive
2008
January
February
March
2007
January
February
March
2006
January
February
March
Contact
I note that I do not understand nothing of PHP, so if anyone can help me thank him.{if $count > 0}
{foreach ...
... '}
{literal}
var Browser = navigator.appName; ...
... ->tabindex}{literal}">{/literal}{$node->menutext}{literal} {/ ...
... ->tabindex}{literal}">{/literal}{$node->menutext}{literal} {/ ...
... ->tabindex}{literal}">{/literal}{$node->menutext}{literal} {/ ...
... ->tabindex}{literal}">{/literal}{$node->menutext}{literal} {/ ...
...
>{$node->hierarchy}: {$node->menutext}
{/if}
{/foreach}
{repeat ...
... Bressers, adapted from original CMSMS menu template 'cssmenu.tpl' -->
{/if}


Alfredo