The warning should be printed on this page

This commit is contained in:
moodler 2003-08-20 12:04:18 +00:00
parent 44d3044b77
commit 63d48aad57

View file

@ -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();