Odin Assemble is a small footprint PHP framework designed to help you create and maintain dynamic websites without a content management system.

Reserved/Special Case Templates

In addition to the default template of index.html, Odin Assemble has reserved two other templates for special use. These templates are:

  • error.html
  • print_template.html

The file error.html is used whenever a "404" error occurs ie Odin Assemble was unable to "assemble" the page request by the web-site visitor. The file print_template.html is used whenever a user requests a printable version of any content item.

While you can run your web-site with out these templates, they do offer the ability for additional design customization. If you do not have an error.html file, Odin Assemble will use the index.html template instead. If you do not have a print_template.html then Odin Assemble will generate a very sparse print template on the fly.

Creating your error or printing template is the same as creating your default template. You create the HTML, replace the main content area with and upload to /templates.