/ Published in: PHP
URL: http://at-byte.com/technology/drupal-6-custom-content-type-page-theme
Expand |
Embed | Plain Text
/** * Override or insert PHPTemplate variables into the templates. */ function phptemplate_preprocess_page(&$vars) { // Add per content type pages // Add template naming suggestion. It should alway use hyphens. // If node type is "custom_news", it will pickup "page-custom-news.tpl.php". } }
You need to login to post a comment.
