theme_book_navigation

5 book.module theme_book_navigation($node)
6 theme.php theme_book_navigation()
7 theme.php theme_book_navigation($variables)
8 theme.php theme_book_navigation($variables)

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

See also

book-navigation.tpl.php

Related topics

1 theme call to theme_book_navigation()

File

developer/theme.php, line 108
Shadow theme functions for theme templates.

Code

function theme_book_navigation($variables) {
  // This function is never used; see the corresponding template file instead.
}
Login or register to post comments