book_node_visitor_html_post

Definition

book_node_visitor_html_post($node, $depth)
modules/book/book.module, line 809

Description

Finishes up generation of printer-friendly HTML after visiting a node. This function is a 'post-node' visitor function for book_recurse().

Code

<?php
function book_node_visitor_html_post($node, $depth) {
  return "</div>\n";
}
?>
 
 

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.