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
Comment #1
johnalbinUnfortunately, 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.Comment #2
colorado commentedOK John - thanks much!