I'm trying to print the book navigation in a block in a drupal book node.
This is the previous/next pager and the list of child nodes, templated in book-navigation.tpl.php.
Is it something like?
print $node->book_navigation
?
(I already loaded the node so no worries there).
Here's what I discovered when I did a variable dump. This gets me what I want, but I don't now how to get it into a form I can use.
["book_navigation"]=> array(5)
Here's the drupal page on book theme
Thanks.