Friday 11 July 2003 1:47:29 pm
Hi, you can do that by using a site hierarchy where each main node under the root folder has a set of sub nodes and where the main nodes are displayed in the top nav and the sub nodes of each main node is displayed in the left nav. Seems to me that this is kind of what you want, right? Anyway, with this hierarchy it is easy to just use one template. In the top nav you use a fetch with parent node of the root folder + section loop over the result. In the left nav you do a fetch of all nodes where the parent node is the currently selected node + a section loop over the results.
If you have no clue what I am talking about :-), take a look here:
http://ez.no/developer/ez_publish_3/documentation/customization/custom_design
and here: http://ez.no/developer/ez_publish_3/documentation/customization/tips_tricks Karsten
|