function _bookblock_fix_tree in Book Block 7
comment
1 call to _bookblock_fix_tree()
- bookblock_block_view in ./
bookblock.module - Implements hook_block_view().
File
- ./
bookblock.module, line 153 - Enables users to add specific book navigation blocks on non-book pages.
Code
function _bookblock_fix_tree(&$tree) {
// dpm($tree);
}