theme_book_navigation

  1. drupal
    1. 4.7 book.module
    2. 5 book.module
    3. 6
    4. 7
Versions
4.7 – 5 theme_book_navigation($node)
6 theme_book_navigation()
7 theme_book_navigation($variables)

Implemented using the book-navigation.tpl.php template.

See also

book-navigation.tpl.php

Code

developer/theme.php, line 109

<?php
function theme_book_navigation($variables) {
  // This function is never used; see the corresponding template file instead.
}
?>