mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-9741: Fixed broken link on editor help page
This commit is contained in:
parent
460135234c
commit
3ef1be377b
@ -52,7 +52,8 @@ echo '</ul>';
|
||||
print_simple_box_end();
|
||||
// End of page.
|
||||
close_window_button();
|
||||
echo '<p align="center"><a href="help.php?file=index.html">'. get_string('helpindex') .'</a></p>';
|
||||
global $CFG;
|
||||
echo '<p align="center"><a href="'.$CFG->wwwroot.'/help.php?file=index.html">'. get_string('helpindex') .'</a></p>';
|
||||
|
||||
$CFG->docroot = ''; // We don't want a doc link here
|
||||
print_footer('none');
|
||||
|
Loading…
x
Reference in New Issue
Block a user