mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
Merge branch 'm26_MDL-44738' of https://github.com/danmarsden/moodle into MOODLE_26_STABLE
This commit is contained in:
commit
2a20285c35
1 changed files with 3 additions and 1 deletions
|
@ -181,7 +181,9 @@ $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));
|
||||
if ($displaymode !== 'popup') {
|
||||
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