icon Master Pages
Created by @burningice

Using Master Pages

To use a master page:

  1. Create a master page in /App_Data/PageTemplates for each page layout template used in Orckestra CMS (keeping the same name).
  2. Copy the <rendering:placeholder /> element from the XHTML-based page layout template to the matching master page and add the attribute runat="server" to the tag.

Note: If there is no matching master page for an XHTML-based template, the latter will be used; otherwise, the former.

For more information on Master Pages in Orckestra CMS, please see Web Form Master Pages.