Kontakt-Formulare in Drupal 6 anpassen
Auf 11heavens gibt es eine sehr umfangreiche und detaillierte Erklärung für das Theming der Kontakt-Formulare in Drupal 6.
This exercise will show you how to:
- recognize when a module has not registered a specific theming function for a form it generates,
- register a theming function for a Drupal form in your theme, using HOOK_theme,
- work with template suggestions,
- use the Devel module function dsm() to inspect complex variables, such as Drupal forms.

