this work for me, in template.tpl.php
function _phptemplate_variables($hook, $vars) { if ($hook == 'page') { if ($vars['node'] && arg(2) != 'edit') { $vars['template_files'][] = 'page-'. $vars['node']->type; } return $vars; }
them , i create some files!
page-blog.tpl.php page-forum.tpl.php page-privatemsg.tpl.php page-my_node.tpl.php