Versions | |
---|---|
6 | theme_book_node_export_html() |
8 – 7 | theme_book_node_export_html($variables) |
Implemented using the book-node-export-html.tpl.php template.
documentation/
<?php
function theme_book_node_export_html($variables) {
// This function is never used; see the corresponding template file instead.
}
?>