diff options
-rw-r--r-- | modules/book/book-all-books-block.tpl.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/book/book-all-books-block.tpl.php b/modules/book/book-all-books-block.tpl.php index 3f4eb2259..daec0aa82 100644 --- a/modules/book/book-all-books-block.tpl.php +++ b/modules/book/book-all-books-block.tpl.php @@ -11,8 +11,6 @@ * - $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 template_preprocess_book_all_books_block() */ ?> <?php foreach ($book_menus as $book_id => $menu) : ?> |