C:/drupal/modules/book/book-all-books-block.tpl.php File Reference
Go to the source code of this file.
Detailed Description
Default theme implementation for rendering book outlines within a block. This template is used only when the block is configured to "show block on all pages" which presents Multiple independent books on all pages.
Available variables:
- $book_menus: Array of book outlines rendered as an unordered list. It is keyed to the parent book ID which is also the ID of the parent node containing an entire outline.
- See also:
- template_preprocess_book_all_books_block()
Definition in file book-all-books-block.tpl.php.