Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 935 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 935 Bytes

tpl_fooo

tpl_fooo clone/fork the cassiopeia template of Joomla 4. When your site update joomla version, some files on the cassiopeia template maybe overide. We don't want any code change on the template by update joomla version, so create new template from the cassiopeia template.

Prepare

  • Download zip file and extract on your computer / Or clone this repo
  • Open folder by IDE Editor (Vscode, Sublime Text...)
  • Find and replate in folder:
    • Option: turn ON Case Sensitive
    • Find: fooo - Replace: your_name_template (lowercase, no space)
    • Find: FOOO - Replace: your_name_template (UPPERCASE, no space)
  • Rename file:
    • /language/tpl_fooo.ini -> /language/tpl_your_name_template.ini (your_name_template: lowercase, no space)
    • /language/tpl_fooo.sys.ini -> /language/tpl_your_name_template.sys.ini (your_name_template: lowercase, no space)
  • Compress zip and install to your site