hook_theme conversion to 6x

Keromin4151 - October 2, 2009 - 20:37
Project:Synthesized Products
Component:Code
Category:support request
Priority:critical
Assigned:Keromin4151
Status:active
Description

following snippet of code

function theme_synth_product_full($node) {

$output = '';
$output .= theme_synth_product_teaser($node);

return $output;
}

has to be converted into drupal 6x compatible format using hook_theme() function. I am clueless as to how to begin - Any idea?

#1

Summit - January 3, 2010 - 22:23

Subscribing, same problem on other module: http://drupal.org/node/290622#comment-2430344
Greetings, Martijn

 
 

Drupal is a registered trademark of Dries Buytaert.