Published in: PHP
URL: http://drupal.org/node/136647
If you want to use a specific node.tpl.php for a node, paste or merge this code into your template.php
Comments
Subscribe to comments
You need to login to post a comment.
Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text.
aleprieto on 08/26/08
template node drupal phptemplate
1 person has marked this snippet as a favorite
Published in: PHP
URL: http://drupal.org/node/136647
If you want to use a specific node.tpl.php for a node, paste or merge this code into your template.php
Subscribe to comments
You need to login to post a comment.
This should be built in Drupal 5 and 6 already. Name your templates files page-node-1.tpl.php. See: http://drupal.org/node/104316. Sorry if I misunderstood. Thanks for posting Drupal stuff here!