From: moodler Date: Mon, 24 Apr 2006 01:58:31 +0000 (+0000) Subject: Fixed bug 5300 and removed moodle docs link from help pages X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8634bc275def04dca7a397695495cd4d1725ccba;p=moodle.git Fixed bug 5300 and removed moodle docs link from help pages --- 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'); ?>