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

adrian’s picture

thanks dude.

Committing it now.

Stefan Nagtegaal’s picture

comitted by Adrian

Anonymous’s picture