Master Pages
Created by @burningice
Using Master Pages
To use a master page:
- Create a master page in
/App_Data/PageTemplatesfor each page layout template used in Orckestra CMS (keeping the same name). - Copy the
<rendering:placeholder />element from the XHTML-based page layout template to the matching master page and add the attributerunat="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.

