Revision: 14175
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at May 21, 2009 23:50 by zugec
Initial Code
/**
* Implementation of hook_theme().
*/
function hook_theme() {
return array(
'theme_name' => array(
'template' => 'theme-name',
'arguments' => array('node' => NULL),
),
);
}
Initial URL
Initial Description
Initial Title
Using hook_theme
Initial Tags
drupal
Initial Language
PHP