Sunday 30 November 2003 9:25:27 pm
oops, actually the name is different, copy'npaste mistake :D I have solved the problem by change the override.ini.append to following:
[generalview]
Source=node/view/full.tpl
MatchFile=node/view/full.tpl Subdir=templates This block will match everything.
[folderview]
Source=node/view/full.tpl
MatchFile=classview/folderview.tpl
Subdir=templates Match[class]=1 This block match class 1.
|