views:

8

answers:

1

I am working on a Drupal 6 site and need to create a Book where each book page has the same basic structure. I'd like to use a shared template.

Is there a Drupal module that allows me to create book pages from a shared template?

A: 

If the actual machine name of your Book node type is book, then the corresponding template file is node-book.tpl.php

brian_d