Wednesday 23 March 2005 9:04:42 pm
Hi Daniel, rest assured that eZ publish has a rather flat learning curve, given the functionality and flexibility it has. I have worked with other CMSs and eZ publish is such a relief :-) WIth your frameset, you can take the following approach: In settings/<siteaccess>/layout.ini, define a layout for each frame:
[topframe]
PageLayout=pagelayout_top.tpl
[bottomframe]
PageLayout=pagelayout_bottom.tpl
In the page containing the frameset, you can then use
<frame src="{concat('layout/set/topframe/', $node.url_alias)|ezurl}" />
That will use pagelayout_top.tpl for that frame instead of pagelayout.tpl
Cheers, Ben
|