function theme_book_navigation

6.x theme.php theme_book_navigation()

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

See also

book-navigation.tpl.php

Related topics

1 theme call to theme_book_navigation()
book_nodeapi in drupal-6.x/modules/book/book.module
Implementation of hook_nodeapi().

File

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

Code

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