Monday 05 September 2005 5:26:20 am
I have read documentation about treemenu, but I have some problems. I want to show a menu, in a single level, that contains the subcontent of parent node. Example:
home
|
|
|-Products
|
|-Category1
|
|-Product1
|
|-Product2
|
|-Product3 *(current node)
|
|-Product4
|
When I'm visiting the "Product3" node I need to see a menu, on a single level, like this:
Product1
Product2
Product3 (Selected)
Product4
I haven't understand what parameter I have to use in the treemenu template operator. Thx, Salvatore
|