function theme_book_all_books_block

6.x theme.php theme_book_all_books_block()

Implemented using the book-all-books-block.tpl.php template.

See also

book-all-books-block.tpl.php

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().

File

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

Code

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