/ Published in: PHP
URL: http://drupal.org/node/249726
Expand |
Embed | Plain Text
function themename_preprocess_page(&$variables) { if ($variables['node']->type != "") { $variables['template_files'][] = "page-node-" . $variables['node']->type; } }
You need to login to post a comment.
