Sunday 13 March 2005 2:03:09 am
I have the following definition of site designs
SiteDesign=folder1/my_design_1
AdditionalSiteDesignList[]=
AdditionalSiteDesignList[]=folder2/my_design_2
AdditionalSiteDesignList[]=folder3/my_design_3
AdditionalSiteDesignList[]=base
I have two files called template.tpl: one in in base folder and one in folder2/my_design_2. I realised, that ezPublish always is displaying the one from the base folder. Even when I renamed it to 'main' - ezP still was ignoring the file located in folder2. The only way to display template from folder2 is to delete the file from base folder. So my question is: what is the order ezPublish searches design folders. Can I have any control over it?
|