Drupal: Advanced Theming
Jeff Eaton zeigt wie man als Entwickler Anpassungs Möglichkeiten für die Enduser in Drupal realisieren kann, in dem Beispiel ein austauschbares Kopfbild.
Drupal themes get a number of configurable settings options for free. For example, most provide toggle switches for the search box, site slogans, user pictures, and so on. Similarly, most provide file uploading widgets to add a custom logo or favicon. These settings are easy: Drupal will add them to the theme’s configuration page by default, so it takes no extra work. We want to create our own custom setting, however — one that adds another field to the Theme configuration form. To do that, we’ll need to add a new file to the theme: theme-settings.php.

