Return to Snippet

Revision: 41234
at February 14, 2011 20:13 by discipolo


Initial Code
function mytheme_process_page(&$variables) {
  $variables['theme_hook_suggestions'][] = 'page__'. $variables['node']->type;
}

Initial URL
http://drupal.org/node/1035656#comment-3996684

Initial Description
to use a different page.tpl per contenttype:

My template is now mytheme/templates/page--blog.tpl.php

Initial Title
Drupal 7 page template suggestion

Initial Tags


Initial Language
PHP