Skip to content

Instantly share code, notes, and snippets.

@admmssy
Created October 16, 2012 12:39
Show Gist options
  • Save admmssy/3899016 to your computer and use it in GitHub Desktop.
Save admmssy/3899016 to your computer and use it in GitHub Desktop.
Output Drupal book hierarchy
$book_top_page= $book_id;
$tree = menu_tree_all_data(book_menu_name($book_top_page));
print drupal_render(menu_tree_output($tree));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment