mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merge branch 'MDL-41612_b' of git://github.com/rwijaya/moodle
This commit is contained in:
commit
9f21d24895
6 changed files with 6 additions and 4 deletions
|
@ -174,6 +174,7 @@ $PAGE->requires->data_for_js('scormplayerdata', Array('launch' => false,
|
|||
$PAGE->requires->js('/mod/scorm/request.js', true);
|
||||
$PAGE->requires->js('/lib/cookies.js', true);
|
||||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->heading(format_string($scorm->name));
|
||||
|
||||
$PAGE->requires->string_for_js('navigation', 'scorm');
|
||||
$PAGE->requires->string_for_js('toc', 'scorm');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue