function theme_book_all_books_block
Implemented using the book-all-books-block.tpl.php template.
See also
Related topics
1 theme call to theme_book_all_books_block()
- book_block in drupal-6.x/
modules/ book/ book.module - Implementation of hook_block().
Archivo
- documentation-6.x/
developer/ theme.php, line 82 - Shadow theme functions for theme templates.
Código
function theme_book_all_books_block() {
// This function is never used; see the corresponding template file instead.
}