Wednesday 23 February 2011 10:58:24 pm
Hi, I am learning the templates and trying to override the template for "folder" for a specific node. I have put the overridden template in both /design/ezwebin/override/templates/ directory and extension/ezwebin/design/ezwebin/override/templates directory. I have these override settings [override.ini.append.php] in siteaccess my_site.
[folder_test_class]
Source=node/view/full.tpl
MatchFile=folder_test_class.tpl
Subdir=templates
Match[class_identifier]=folder Match[node]=180 And here's what I get in debug output.
node/view/full.tpl
full/folder.tpl extension/ezwebin/design/ezwebin/override/templates/folder_test_class.tpl I was expecting the template to be taken from /design/ezwebin/override/templates directory. I want to understand the reason, and what is the correct behavior or correct way to do it?
Thanks, Chirag
|