Wednesday 25 May 2005 11:48:55 am
You can also modify the override.ini.php file. The file might be here: [yoursite.com]/settings/site_access/[site_access]/override.ini.append.php In it, you can control all the template overrides for objects, classes, etc. like this:
[your_class_name]
Source=node/view/full.tpl
MatchFile=class/your_template_file.tpl
Subdir=templates Match[class_identifier]=your_class_name Hope this helps. -Luke
|