Michael R. Barrick's blog
Tue, 2011/03/22 - 11:04pm
Sat, 2011/03/19 - 11:04pm
Sat, 2011/03/19 - 11:04am
Thu, 2011/03/17 - 1:51pm
Add the following function to the template.php for your theme:
function yourthemename_preprocess_page(&$vars, $hook) {
if (isset($vars['node'])) {
// If the node type is "blog" the template suggestion will be "page--blog.tpl.php".
$vars['theme_hook_suggestions'][] = 'page__'.$vars['node']->type;
}
}
Change the "yourthemename" in the function name to match the name of your theme.
Wed, 2011/03/16 - 11:04am
Tue, 2011/03/15 - 11:04pm
Sat, 2011/03/12 - 10:40am
Sat, 2011/03/12 - 12:35am
Fri, 2011/03/11 - 11:04pm
Pages