Profile
Achievement
resting's Recent SnippetsTagged page
- All /
« Prev 1 Next »
Only this portion needed
// Add page template suggestions based on node type, if we aren't editing the node.
if ($vars['node'] && arg(2) != 'edit') {
$vars['template_files'][] = 'page-nodetype-'. $vars['node']->type;...
1
763
posted 13 years ago by resting