1Putting any file here which has the same name as a template file in the root templates directory will make this file be used by Tiki instead of the file in the root templates directory.
2This helps you customise your templates without conflicts with the files you get from Tiki on upgrades.
3
4If you want to customize templates for a single theme or theme option, do it in themes/themename/templates/ or themes/themename/options/optionname/templates/
5
6After modifications in template files, you need to clear caches from Tiki or in command line:
7php console.php cache:clear
8