book_outline

Versions
4.6
book_outline()
4.7 – 5
book_outline($nid)
6 – 7
book_outline($node)

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

Code

modules/book/book.pages.inc, line 91

<?php
function book_outline($node) {
  drupal_set_title($node->title[FIELD_LANGUAGE_NONE][0]['value']);
  return drupal_get_form('book_outline_form', $node);
}
?>
Login or register to post comments
 
 

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.