More accesibility improvements
This commit is contained in:
parent
b3f2e096e1
commit
2e117ffa26
5 changed files with 11 additions and 8 deletions
|
@ -124,7 +124,7 @@ function book_menu() {
|
|||
'access callback' => '_book_outline_access',
|
||||
'access arguments' => array(1),
|
||||
'type' => MENU_LOCAL_TASK,
|
||||
'weight' => 2,
|
||||
'weight' => 3,
|
||||
'file' => 'book.pages.inc',
|
||||
);
|
||||
$items['node/%node/outline/remove'] = array(
|
||||
|
@ -1099,4 +1099,3 @@ function book_menu_subtree_data($item) {
|
|||
|
||||
return $tree[$cid];
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue