I've created a new node type, and I'm trying to customize the way the preview looks.

Is there a way to add additional text to explain some points or to create a theme for this specific node type?

Thanks

Comments

bryan kennedy’s picture

Yep,

You can create a special file called node_preview.tpl.php in your PHPTemplate theme.

Here is the core function that controls that (4.7 - that's what I still use)
http://api.drupal.org/api/4.7/function/theme_node_preview

You will also want to check out template.php: Overriding other theme functions

bk