diff options
-rw-r--r-- | modules/book/book.module | 2 |
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', ); |