Fix for Template Pre-proccessing

  1. function THEME_NAME_preprocess_page(&$variables) {
  2.   if ($variables['node']->type != "") {
  3.    $variables['template_files'][] = "page-" . $variables['node']->type;
  4.   }
  5. }

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.