diff options
Diffstat (limited to 'modules/book/book-all-books-block.tpl.php')
-rw-r--r-- | modules/book/book-all-books-block.tpl.php | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/modules/book/book-all-books-block.tpl.php b/modules/book/book-all-books-block.tpl.php index 626a5f264..3a5a2876c 100644 --- a/modules/book/book-all-books-block.tpl.php +++ b/modules/book/book-all-books-block.tpl.php @@ -3,12 +3,17 @@ /** * @file * 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. + * + * 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 keyed to the parent book ID. Call * render() on each to print it as an unordered list. + * + * @see template_preprocess_book_all_books_block() + * + * @ingroup themeable */ ?> <?php foreach ($book_menus as $book_id => $menu): ?> |