readme.txt 702 B

12345678910111213141516171819202122232425262728
  1. To create a view file that overrides a module view file,
  2. it needs to have the same path and name as the module view file.
  3. Eg:
  4. module view file:
  5. {ModuleFolder}/views/[module]/[controller]/[action].phtml
  6. =>
  7. theme view file:
  8. {ThemeFolder}/[module]/[controller]/[action].phtml
  9. ---
  10. All themes will need to have a layout.phtml file
  11. The "admin" folder is reserved and will not be usable as a front-end theme.
  12. ---
  13. the main themes folder can be renamed, in which case global.config.php will need to be altered as well
  14. ---
  15. Each theme must have two text files:
  16. name.txt - will hold the name of the theme
  17. adverts.txt - will hold the available advert places for the theme (comma separated [id],[name])