mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Removed $THEMEs and stuff.
I'm a little worried about this spaghetti code ... it's a mess!
This commit is contained in:
parent
d1b7d61e74
commit
fafd89a0f1
5 changed files with 20 additions and 28 deletions
|
@ -90,7 +90,7 @@
|
|||
|
||||
print_heading_with_help($strimportquestions, "import", "lesson");
|
||||
|
||||
print_simple_box_start("center", "", "$THEME->cellheading");
|
||||
print_simple_box_start("center");
|
||||
echo "<form enctype=\"multipart/form-data\" method=\"post\" action=import.php>";
|
||||
echo "<input type=\"hidden\" name=\"id\" value=\"$cm->id\">\n";
|
||||
echo "<input type=\"hidden\" name=\"pageid\" value=\"$pageid\">\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue