From 8634bc275def04dca7a397695495cd4d1725ccba Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 24 Apr 2006 01:58:31 +0000 Subject: [PATCH] Fixed bug 5300 and removed moodle docs link from help pages --- help.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/help.php b/help.php index 7ef2807bab..3d5b8dbb30 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'); ?> -- 2.39.5