For the new functionality of having separate tpl files for different node types, phptemplate_node() needs to be amended from:
return _phptemplate_callback('node', $vars);
to:
return _phptemplate_callback('node', $vars, 'node-' . $node->type);
Must have missed that in the backport.
Comments
Comment #1
adrian commentedthanks dude.
Committing it now.
Comment #2
Stefan Nagtegaal commentedcomitted by Adrian
Comment #3
(not verified) commented