Kieran-<br><br>Isn't this section a redundant version of PHPTemplate's built-in node templating?<br><br><p>"We can also have customing theming based on nodetype using the following<br>
</p><div class="codeblock"><code>if($node->type =='nodetype'){<br> include 'nodetype.tpl.php';<br>}</code></div>"<br><br>Unless there have been major changes to 4.7, you do this by naming theme files:<br><br>
node-NODETYPE.tpl.php<br><br>And PHPTemplate automatically finds and uses them. So this code is redundant.<br><br>- Ken Rickard<br>agentrickard<br>