ContentBox Modular CMS
v5.x
Ask or search…
K
Comment on page

Theme Layouts

Layouts Folder File Structure

  • layouts (The folder that contains layouts in your theme)
    • blog.cfm (Mandatory layout used for all blog views by convention)
    • pages.cfm (Mandatory layout used for all pages by convention)
    • maintenance.cfm (Optional used when in maintenance mode, else defaults to pages)
    • search.cfm (Optional used when doing searches, else defaults to pages)