Making a theme customizable
Last modified: August 7, 2008 - 04:14
In the Drupal administration section, each theme has its own settings page at admin/build/themes/settings/themeName where you can configure standard settings like “Logo image settings” and “Shortcut icon settings”.
You can make your theme customizable by adding additional settings to that form using the methods described in this section.
To add color.module support, see the Integrating with Color.module section.
