| Versions | |
|---|---|
| 4.7 – 5 | theme_book_navigation( |
| 6 | theme_book_navigation() |
| 7 | theme_book_navigation($variables) |
Implemented using the book-navigation.tpl.php template.
developer/
<?php
function theme_book_navigation($variables) {
// This function is never used; see the corresponding template file instead.
}
?>