I am new to hika, so I may be missing something here, but when setting up a module to display a "list", only the parent has the list item tag
and the children (only level 1 children, rest are ignored) are placed in a [DIV]. This may support an accordion menu like on the demo site, but it doesn't work for a suckerfish menu with multiple levels of children.
As I said, I may not be seeing where this option is, but what I desire (without editing the code if possible):[ul]
[li]parent1[li]parent1-child1[li]parent1-child1-child2[/li][/li][li]parent1-child2[/li][/li]
[li]parent2[/li]
etc.
[/ul]
Is this possible?