Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
8979414a
Commit
8979414a
authored
Jan 30, 2010
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#685012
by casey: Fixed Overlay: node/#/outline displays in site theme, not admin theme.
parent
ec785891
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/book/book.module
modules/book/book.module
+2
-0
No files found.
modules/book/book.module
View file @
8979414a
...
...
@@ -174,6 +174,7 @@ function book_menu() {
'page arguments'
=>
array
(
1
),
'access callback'
=>
'_book_outline_access'
,
'access arguments'
=>
array
(
1
),
'theme callback'
=>
'_node_custom_theme'
,
'type'
=>
MENU_LOCAL_TASK
,
'weight'
=>
2
,
'file'
=>
'book.pages.inc'
,
...
...
@@ -184,6 +185,7 @@ function book_menu() {
'page arguments'
=>
array
(
'book_remove_form'
,
1
),
'access callback'
=>
'_book_outline_remove_access'
,
'access arguments'
=>
array
(
1
),
'theme callback'
=>
'_node_custom_theme'
,
'type'
=>
MENU_CALLBACK
,
'file'
=>
'book.pages.inc'
,
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment