book_outline

Definition

book_outline($node)
modules/book/book.pages.inc, line 91

Description

Menu callback; show the outline form for a single node.

Code

<?php
function book_outline($node) {
  drupal_set_title(check_plain($node->title));
  return drupal_get_form('book_outline_form', $node);
}
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.