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