Thursday 05 February 2009 6:43:02 am
I've overrided frontpage.tpl in my extension: I put that file in "extension/myextension\design\ezwebin\override\templates\frontpage.tpl. I write in override.ini.append this condition:
[frontpage override]
Source=node/view/full.tpl
MatchFile=frontpage.tpl
Subdir=templates
Match[class_identifier]=frontpage
But It doesn't work. The problem is that there's another override of the same template in another extension in "extension/ezwebin/design/ezwebin/override/templates/full/frontpage.tpl" that probably has higher priority. How to change that? Rob p.s: Of course I've read this: http://ez.no/doc/ez_publish/technical_manual/4_0/templates/the_template_override_system
|