summaryrefslogtreecommitdiff
path: root/modules/book
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-30 04:23:46 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-30 04:23:46 +0000
commit8979414a45459226e9c7ac333c23a44755a58945 (patch)
treed654ab30c73e6e2ce52d71d6fc0985314f4d4c75 /modules/book
parentec78589174fef03608524d39e9ba35c5584efe39 (diff)
downloadbrdo-8979414a45459226e9c7ac333c23a44755a58945.tar.gz
brdo-8979414a45459226e9c7ac333c23a44755a58945.tar.bz2
#685012 by casey: Fixed Overlay: node/#/outline displays in site theme, not admin theme.
Diffstat (limited to 'modules/book')
-rw-r--r--modules/book/book.module2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/book/book.module b/modules/book/book.module
index 0a9ce59a0..73c348942 100644
--- a/modules/book/book.module
+++ b/modules/book/book.module
@@ -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',
);