Moved the help files into their own directory in lang/en/help

This commit is contained in:
martin 2002-08-11 14:12:15 +00:00
parent db6395b25a
commit 6ee4579665
6 changed files with 185 additions and 1 deletions

View file

@ -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);
}