<?php

function _phptemplate_variables($hook, $vars = array()) {
if ($hook == 'node') {
$vars['template_files][] = 'node-'. $vars['node']->nid;
}
return $vars;
}