function book_admin_paths

Implements hook_admin_paths().

File

modules/book/book.module, line 235

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.