zugec on 05/21/09
Last Edited at 05/21/09 11:50pm
/** * Implementation of hook_theme(). */function hook_theme() { return array( 'theme_name' => array( 'template' => 'theme-name', 'arguments' => array('node' => NULL), ), );}
Report this snippet Tweet
Comment:
You need to login to post a comment.