mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 16:13:28 +02:00
Moved the help files into their own directory in lang/en/help
This commit is contained in:
parent
db6395b25a
commit
6ee4579665
6 changed files with 185 additions and 1 deletions
|
@ -449,7 +449,7 @@ function helpbutton ($page, $title="", $module="moodle", $image=true, $text="")
|
|||
if ($text) {
|
||||
$url = "/help.php?module=$module&text=$text";
|
||||
} else {
|
||||
$url = "/help.php?module=$module&file=help.$page.php";
|
||||
$url = "/help.php?module=$module&file=$page.html";
|
||||
}
|
||||
link_to_popup_window ($url, "popup", $linkobject, 400, 500, $title);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue