Friday 28 July 2006 5:41:27 am
Hi There are several ways to do this. One of them is if you use sections in eZ publish, you can accomplish this. Add a new pagelayout.tpl under templates, that you call pagelayout_article.tpl Then put this in your override.ini.append.php
[pagelayout_article]
Source=pagelayout.tpl
MatchFile=pagelayout_article.tpl
Subdir=templates
Match[section]=6
In the pagelayout_article you can remove rightmenu and leftmenu, and then you have a full view of the article. PS: Just remember to assign the article to the new section. Sections is controled in Setup->Sections.
--
Best Regards
Christian Lundvang
http://www.nxc.no
|