book_node_visitor_html_post

Хочешь помочь с переводом? Это очень просто и быстро. Лишь зарегистрируйся, и можешь тут же начать переводить.

modules/book/book.module, строка 810

Версии
5
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 функция вызывает book_node_visitor_html_post()

book_recurse in modules/book/book.module
Traverses the book tree. Applies the $visit_pre() callback to each node, is called recursively for each child of the node (in weight, title order). Finally appends the output of the $visit_post() callback to the output before returning the generated...

Код

<?php
function book_node_visitor_html_post($node, $depth) {
  return "</div>\n";
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии

Вход в систему