Drupal: Suggesting TPLs From a Module
Ein Artikel bei phase2 beschreibt die unterschiedlichen Wege auf denen Drupal Module Theme Files zur Verfügung stellen können.
A common problem that Drupal module developers run into is: creating a module with an appealing default user-interface, but also allowing designers to easily override the default UI, in a theme. There are multiple ways to solve this problem. While Drupal theme architecture is certainly capable of allowing such implementations, the exact code you need to write depends on which kind of template you are providing default implementation for. Whether you are “suggesting” a views template, node template or custom template you may need to write code in different ways.

