Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

StandardDesign

Summary

Sets the least significant (fallback) design resource.

Usage

 

StandardDesign= design_name

Description

The design resource set by StandardDesign is considered the least significant design resource. eZ publish will only use templates found in the standard design if the template could not be found in any of the other designs. It is generally a good idea not to change the standard design to anything different than standard. The design named standard comes with eZ publish and provides a default fallback template for all possible templates.

By default eZ publish will look for designs in the design directory in the eZ publish root. Using the setting DesignExtensions you can configure extensions to have designs as well.

For general information about designs and siteaccess read the SiteManagement documentation.

The settings described here are usually overridden per siteaccess to provide a unique look.

Examples

StandardDesign=standard
SiteDesign=mydesign
AdditionalSiteDesignList[]=base
AdditionalSiteDesignList[]=extras

This setup will make eZ publish check the design directories in the following order:

  1. mydesign
  2. base
  3. extras
  4. standard

Frederik Holljen (04/04/2005 11:38 am)

Frederik Holljen (29/05/2005 3:41 pm)


Comments

There are no comments.