Implements hook_admin_paths().
function book_admin_paths() { if (variable_get('node_admin_theme')) { $paths = array( 'node/*/outline' => TRUE, 'node/*/outline/remove' => TRUE, ); return $paths; } }