mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
config.php not required ... just in case themes move or something ...
This commit is contained in:
parent
8ab95b7186
commit
45f21f94d7
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue