I thought new custom templates I want, should be put into the directory /design/ezwebin/override/templates/.
Am I doing that wrong? What's the right practice? If it's right, How can I make the template override work from /design/ezwebin/override/templates/ ?
Thanks, Chirag
Karol Radziuk
Friday 25 February 2011 12:31:24 am
Hi
Good practice is to create new files in your own extension. Then you can override file with using the same name like in ezwebin (it is extension too).
If design folder from your extension is named identically, then its declaration in settings/override/site.ini.append.php ([ExtensionSettings] ActiveExtensions[]=...) must be first (not sure for 100%).
Else if design folder from your extension is named differently, then then its design declaration in settings/siteaccess/<custom_siteaccess>/site.ini.append.php ([DesignSettings] SiteDesign=firstdesign AdditionalSiteDesignList[]=seconddesign) must be first
{$me|attribute(show,1)}
You must be logged in to post messages in this topic!