function theme_book_node_export_html

6.x theme.php theme_book_node_export_html()

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 drupal-6.x/modules/book/book.module
Generates printer-friendly HTML for a node.

File

documentation-6.x/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.
}