Table of Contents
Template Development
FirebirdCMS allows the creation of customised .net templates supporting Master pages and any custom .net code.
How to Create a New Template
Templates can be placed inside /Templates/[TemplateName]/Default.master and a reference in the Templates Table in the database added to give permissions to the user to make use of the template in the CMS.
Style sheets can be placed in /Templates/[TemplateName]/Style.css and images can be placed in /Templates/[TemplateName]/images/.
Tips and Tricks
Note that content block editor outlines go under other divs and need to be the largest z value. Assign block edit divs a higher z-index so that they display 'above' content and do not disappear when divs have a specific height.