mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Tabs are out.
(all the module was using them, please change your editor settings to 4 spaces)
This commit is contained in:
parent
894ff63f8f
commit
271fea974f
15 changed files with 1808 additions and 1810 deletions
|
@ -57,13 +57,13 @@
|
|||
"$navigation <a href=index.php?id=$course->id>$strlessons</a> ->
|
||||
<a href=\"view.php?id=$cm->id\">".format_string($lesson->name,true)."</a>", "", "", true);
|
||||
|
||||
// include the appropriate action (check to make sure the file is there first)
|
||||
if (file_exists($CFG->dirroot.'/mod/lesson/action/'.$action.'.php')) {
|
||||
include($CFG->dirroot.'/mod/lesson/action/'.$action.'.php');
|
||||
} else {
|
||||
error("Fatal Error: Unknown action\n");
|
||||
}
|
||||
|
||||
// include the appropriate action (check to make sure the file is there first)
|
||||
if (file_exists($CFG->dirroot.'/mod/lesson/action/'.$action.'.php')) {
|
||||
include($CFG->dirroot.'/mod/lesson/action/'.$action.'.php');
|
||||
} else {
|
||||
error("Fatal Error: Unknown action\n");
|
||||
}
|
||||
|
||||
print_footer($course);
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue