/ Published in: PHP
Expand |
Embed | Plain Text
/* Makes node (or content-type) specific page templates. Add this to template.php. Replace templatename with your own template name */ function templatename_preprocess_page(&$vars) { $node = node_load(arg(1)); $vars['template_files'][] = 'page-node-' . $node->type; } }
You need to login to post a comment.
