Drupal Book module TOC


/ Published in: PHP
Save to your folder(s)

Not tested yet on drupal 6


Copy this code and paste it in your HTML
  1. <?php
  2. $booktree = menu_tree_all_data(book_menu_name($node_id_of_the_parent_book));
  3. print menu_tree_output($booktree);
  4. ?>

URL: http://drupal.org/node/44648

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.