]> git.mjollnir.org Git - moodle.git/commitdiff
Changes to the location of help files
authormartin <martin>
Thu, 27 Jun 2002 08:46:22 +0000 (08:46 +0000)
committermartin <martin>
Thu, 27 Jun 2002 08:46:22 +0000 (08:46 +0000)
help.php

index cf835ac2484da603ae40fa9c2c732556d732a8c6..a31208b0126de55dd055b59bb1c69396af27cb1d 100644 (file)
--- a/help.php
+++ b/help.php
@@ -17,7 +17,7 @@
 <LINK rel="stylesheet" href="<?=$CFG->wwwroot?>/theme/<?=$CFG->theme?>/styles.css">
 </HEAD>
 <BODY BGCOLOR="<?=$THEME->body ?>">
-<? include("lang/$CFG->lang/$file"); ?>
+<? include("lang/$CFG->lang/page/$file"); ?>
 </BODY>
 </HTML>