From: martin <martin> Date: Thu, 27 Jun 2002 08:46:22 +0000 (+0000) Subject: Changes to the location of help files X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=be2e8c2ede24bdf6f8f00c2de747ebe4c73afa07;p=moodle.git Changes to the location of help files --- diff --git a/help.php b/help.php index cf835ac248..a31208b012 100644 --- 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>