| 5 book.module | theme_book_export_html( |
| 6 theme.php | theme_book_export_html() |
| 7 theme.php | theme_book_export_html($variables) |
| 8 theme.php | theme_book_export_html($variables) |
Implemented using the book-export-html.tpl.php template.
See also
Related topics
1 theme call to theme_book_export_html()
File
- developer/
theme.php, line 99 - Shadow theme functions for theme templates.
Code
function theme_book_export_html($variables) {
// This function is never used; see the corresponding template file instead.
}
Login or register to post comments