/ Published in: PHP
Not tested yet on drupal 6
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $booktree = menu_tree_all_data(book_menu_name($node_id_of_the_parent_book)); print menu_tree_output($booktree); ?>
URL: http://drupal.org/node/44648