Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(warning) It is easier and better to edit and override an existing template than provide a new one of your own.

Extending Templates

To extends templates from a particular theme, put file called theme.properties in the $template directory. An example of the content of theme.properties could be as follows:-

Code Block
titletheme.properties

parent=xhtml

In this case, if one wants to create a theme called myTheme and wanted to extends off xhtml theme, one could put create a $templateDir/myTheme/ directory and put a theme.properties file with content as above in it.

Altering Template Loading Behavior

...