Revision: 41234
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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