My new favorite Drupal module
I recently discovered the Contemplate (Content Template) modules for Drupal. Wow, is it ever a handy little module. Contemplate allows you to create php templates for specific node types. You can create a template for one or all of the following : Body, Teaser, RSS. The great thing about creating node type specific templates in contemplate is that they are theme independent. You no longer have to create a .tpl.php file for that node type in all of the themes that might be in use. The other really neat thing about contemplate is that below each section it displays a list of the variables available for you. I highly recommend the next time you need a node type specific layout to try contemplate.


