Fix for Overriding template suggestions

  1. function phptemplate_preprocess_page(&$vars) {
  2.   // Content switching
  3.   $vars['template_files'][] = 'page-'.$node->type;
  4. }

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.