25
Quote:
unfortunately you will to do it manually.
Maybe there is a was to switch it from the administration
you could probably set a Preferences variable, create a Smarty variable out of it, and then check in the theme for existence of that Smarty variable, and load different template.
It would be even better, if we could create a some kind of a plugin in the theme that would contain all individual theme option. The module would then check for the existence of that plugin (similar to what the Tag module does), and load the theme options to Preferences. The rest would be then as above, i.e. the plugin would then create the for the Smarty variables, and load the appropriate templates.
But I don't know if such a plugin is doable. We would need to talk to the Core Team...