- |
- id, $lesson); ?>
+
+ |
+ id, $lesson);
+
+ if (!empty($CFG->showblocksonmodpages)) {
+ if ((blocks_have_content($pageblocks, BLOCK_POS_LEFT) || $PAGE->user_is_editing())) {
+ blocks_print_group($PAGE, $pageblocks, BLOCK_POS_LEFT);
+ }
+ }
+ ?>
|
+
-
+ |
displayleft) { // Skip navigation anchor ?>
@@ -30,11 +40,7 @@
}
?>
-
+
modattempts[$lesson->id])) { // User is modifying attempts - save button and some instructions ?>
@@ -93,11 +99,21 @@
|
-
+
+ |
- id, $lesson, $timer); ?>
- id, $lesson); // If there is one ?>
+ id, $lesson, $timer);
+ lesson_print_mediafile_block($cm->id, $lesson);
+
+ if (!empty($CFG->showblocksonmodpages)) {
+ if ((blocks_have_content($pageblocks, BLOCK_POS_RIGHT) || $PAGE->user_is_editing())) {
+ blocks_print_group($PAGE, $pageblocks, BLOCK_POS_RIGHT);
+ }
+ }
+ ?>
|
+