From: Eloi G. <el...@re...> - 2003-02-17 14:58:19
|
The theme & template files that you see in the mod directories are "default" files. When phpWS looks for a template, it first looks under the current /theme/xxxx/template directory. If it can't find the requested file there it falls back on the one in the /mod/xxxx/template directory. The only reason you'd change the base templates is if you wanted to make a change that automatically affects all themes. For the maintenance reasons you specified I'd suggest you take the long way around and make the changes in each individual theme. >Assume for a moment that I customize the clean theme for a website I'm doing. Then it's not the clean theme anymore, is it? <grin> Go ahead & rename it. If you want to make any changes to standard themes, you should always modify a copy instead. -Eloi George- |