Hi John,

I've got a theme called Denver that I'm working on at http://drupalado.com, using TSAPI to make a whole bunch of theme settings (50+).

Is there (or might there be :-) a way to save a group of settings as a sub-theme?

Thank you so much for this wonderful module!!

Comments

johnalbin’s picture

Version: 5.x-2.0 » 5.x-2.x-dev
Status: Active » Closed (won't fix)

Unfortunately, you’ll have to manually create a sub-theme with the new defaults. But with judicious use of include() statements, you shouldn’t have too much code duplication.

colorado’s picture

OK John - thanks much!