diff options
Diffstat (limited to 'modules/book/book-node-export-html.tpl.php')
-rw-r--r-- | modules/book/book-node-export-html.tpl.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/book/book-node-export-html.tpl.php b/modules/book/book-node-export-html.tpl.php index ef6c3224c..0c2c67cc2 100644 --- a/modules/book/book-node-export-html.tpl.php +++ b/modules/book/book-node-export-html.tpl.php @@ -2,8 +2,7 @@ /** * @file - * Default theme implementation for rendering a single node in a printer - * friendly outline. + * Default theme implementation for a single node in a printer-friendly outline. * * @see book-node-export-html.tpl.php * Where it is collected and printed out. @@ -15,6 +14,8 @@ * - $children: All the child nodes recursively rendered through this file. * * @see template_preprocess_book_node_export_html() + * + * @ingroup themeable */ ?> <div id="node-<?php print $node->nid; ?>" class="section-<?php print $depth; ?>"> |