From: Chris W. <ch...@cw...> - 2003-05-27 15:04:28
|
joseph speigle wrote: > I was wondering if there are plans for the future to add a > sequence to the base_theme package so when a package installs its > theme there won't be a conflict with any future packages which > may have chosen the same theme_id. This is a good idea. In fact OI2 has a management task to dump a theme and install a theme from that dump. It takes care of internal ID consistency. > I'm asking because I want to change the default template, and to > do that I think I have to change the theme in server.ini which > would reference another theme altogether. Changing the default template shouldn't involve changing the theme in server.ini. You can change the theme key 'main_template' to use a separate default template, or just change the global template 'base_main' to display what you want. Templates shouldn't care which theme is currently being used -- ID 1, ID 2, ID 3 shouldn't matter. They just assume there's some theme to be used. Chris |