function theme_book_export_html

6.x theme.php theme_book_export_html()

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

See also

book-export-html.tpl.php

Related topics

1 theme call to theme_book_export_html()
book_export_html in drupal-6.x/modules/book/book.pages.inc
This function is called by book_export() to generate HTML for export.

File

documentation-6.x/developer/theme.php, line 91
Shadow theme functions for theme templates.

Code

function theme_book_export_html() {
  // This function is never used; see the corresponding template file instead.
}