diff --git a/help.php b/help.php index 7ef2807babe..3d5b8dbb300 100644 --- a/help.php +++ b/help.php @@ -150,5 +150,8 @@ close_window_button(); echo '

'. get_string('helpindex') .'

'; + + $CFG->docroot = ''; // We don't want a doc link here + print_footer('none'); ?>