This guide describes how to name template (.tpl.php) files in order to override the Drupal default. For example how to create a custom template for a specific block, user or module.
tags: .tpl.php, naming suggestions, template files, templates, theming
Average: 5 (2 votes)
Drupal Version6.x
CategoryTheming
DifficultyAdvanced
MediumText
This guide explains how to theme a CCK node using the node.tpl.php template rather than the Contemplate module. This involves accessing the node variables directly through PHP. The same principle can be used to theme any...
tags: .tpl.php, node, node.tpl.php, theming
No votes yet
Drupal Version5.x
CategoryTheming
ModuleCCK
DifficultyAdvanced
MediumText