00001 <?php 00002 // $Id: book-node-export-html.tpl.php,v 1.2 2008/05/15 21:19:24 dries Exp $ 00003 00020 ?> 00021 <div id="node-<?php print $node->nid; ?>" class="section-<?php print $depth; ?>"> 00022 <h1 class="book-heading"><?php print $title; ?></h1> 00023 <?php print $content; ?> 00024 <?php print $children; ?> 00025 </div>