Closed (won't fix)
Project:
Theme Settings API
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2007 at 23:06 UTC
Updated:
28 Sep 2007 at 18:15 UTC
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!