Customizing themes for node types, terms, sections,
6 Apr
2006
6 Apr
'06
4:22 p.m.
Kieran- Isn't this section a redundant version of PHPTemplate's built-in node templating? "We can also have customing theming based on nodetype using the following if($node->type =='nodetype'){ include 'nodetype.tpl.php'; } " Unless there have been major changes to 4.7, you do this by naming theme files: node-NODETYPE.tpl.php And PHPTemplate automatically finds and uses them. So this code is redundant. - Ken Rickard agentrickard
7354
Age (days ago)
7354
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ken Rickard