mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
The warning should be printed on this page
This commit is contained in:
parent
44d3044b77
commit
63d48aad57
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@
|
|||
|
||||
print_heading($strmodulename);
|
||||
|
||||
print_simple_box("<center>".get_string("configwarning")."</center>", "center", "50%");
|
||||
echo "<br />";
|
||||
|
||||
print_simple_box_start("center", "", "$THEME->cellheading");
|
||||
include("$CFG->wwwroot/mod/$module/config.html");
|
||||
print_simple_box_end();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue