Tuesday 21 October 2003 3:27:15 am
I have to display the articles in different sections in different layouts. So I have overriden the full.tpl for articles in each section. Still it is using the standard section oevrride template for other sections also. What would be the problem?also I have cleared the cache.. order of override.ini is like this:
[ss1_article]
Source=node/view/full.tpl
MatchFile=ss1_article.tpl
Subdir=templates
Match[class]=2 Match[section]=4
[ss2_article]
Source=node/view/full.tpl
MatchFile=ss2_article.tpl
Subdir=templates
Match[class]=2 Match[section]=5
[article]
Source=node/view/full.tpl
MatchFile=article.tpl
Subdir=templates
Match[class]=2 Match[section]=1
|