]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed bug 5300 and removed moodle docs link from help pages
authormoodler <moodler>
Mon, 24 Apr 2006 01:58:31 +0000 (01:58 +0000)
committermoodler <moodler>
Mon, 24 Apr 2006 01:58:31 +0000 (01:58 +0000)
help.php

index 7ef2807babe7575800937dda47fc5a76c0fbd77b..3d5b8dbb300b6a47cd3d71f231a44d01d4080b75 100644 (file)
--- a/help.php
+++ b/help.php
     close_window_button();
 
     echo '<p align="center"><a href="help.php?file=index.html">'. get_string('helpindex') .'</a></p>';
+
+    $CFG->docroot = '';   // We don't want a doc link here
+
     print_footer('none');
 ?>