book_menu_name($bid)
Generate the corresponding menu name from a book ID.
modules/book/book.module, line 613
<?php function book_menu_name($bid) { return 'book-toc-' . $bid; } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen