diff --git a/mod/book/tool/print/index.php b/mod/book/tool/print/index.php index d898d1905dabd..0af9308dcdd8c 100644 --- a/mod/book/tool/print/index.php +++ b/mod/book/tool/print/index.php @@ -54,6 +54,7 @@ $PAGE->set_url('/mod/book/print.php', array('id' => $id, 'chapterid' => $chapterid)); +$PAGE->activityheader->disable(); $PAGE->set_pagelayout("embedded"); unset($id); @@ -93,4 +94,4 @@ echo $renderer->render($page); // Finish page output. -echo $OUTPUT->footer(); \ No newline at end of file +echo $OUTPUT->footer();