mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-36673 mod_lesson: slideshow mode not working
This commit is contained in:
parent
2d84748c26
commit
4627726954
2 changed files with 4 additions and 2 deletions
|
@ -410,7 +410,6 @@ if ($pageid != LESSON_EOL) {
|
|||
echo '<a name="maincontent" id="maincontent" title="' . get_string('anchortitle', 'lesson') . '"></a>';
|
||||
}
|
||||
echo $lessoncontent;
|
||||
echo $lessonoutput->slideshow_end();
|
||||
echo $lessonoutput->progress_bar($lesson);
|
||||
echo $lessonoutput->footer();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue