config.php not required ... just in case themes move or something ...

This commit is contained in:
moodler 2002-12-13 03:15:28 +00:00
parent 8ab95b7186
commit 45f21f94d7

View file

@ -59,7 +59,7 @@
if (!isset($CFG->theme)) {
$CFG->theme = "standard";
}
require("$CFG->dirroot/theme/$CFG->theme/config.php");
include("$CFG->dirroot/theme/$CFG->theme/config.php");
$CFG->stylesheet = "$CFG->wwwroot/theme/$CFG->theme/styles.php";
$CFG->header = "$CFG->dirroot/theme/$CFG->theme/header.html";