Implemented using the book-node-export-html.tpl.php template.

See also

book-node-export-html.tpl.php

Related topics

1 theme call to theme_book_node_export_html()
book_node_export in modules/book/book.module
Generates printer-friendly HTML for a node.

File

developer/theme.php, line 109
Shadow theme functions for theme templates.

Code

function theme_book_node_export_html() {

  // This function is never used; see the corresponding template file instead.
}