March 27th, 2010
Producing Takeovers can be done simply and easily in the pagelayout of your ez publish site. The $module_result gives you all information you may need. By using the parameters in it you can target individual pages of your site or whole branches and add extra stylesheets and javascript into these pages.
Read the rest of this entry »
Tags: eZ Publish, PHP, Templates
March 27th, 2010
Every page you visit in eZ Publish uses the PageLayout File to create the structure of the page. For XML or AJAX based content you do not always want this to be the case. To get around it, you can add a new layout without a pagelayout template associated with it.
Read the rest of this entry »
Tags: eZ Publish, PHP, Templates