| 5 book.module | book_node_visitor_html_post($node, $depth) |
Finishes up generation of printer-friendly HTML after visiting a node. This function is a 'post-node' visitor function for book_recurse().
1 call to book_node_visitor_html_post()
1 string reference to 'book_node_visitor_html_post'
File
- modules/
book/ book.module, line 810 - Allows users to collaboratively author a book.
Code
function book_node_visitor_html_post($node, $depth) {
return "</div>\n";
}
Login or register to post comments