mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-71161-master-4' of git://github.com/junpataleta/moodle
This commit is contained in:
commit
83b71194cd
25 changed files with 586 additions and 10 deletions
|
@ -78,6 +78,11 @@ $preview = html_writer::link($previewlnk, $previewimg);
|
|||
|
||||
echo $OUTPUT->heading(format_string($feedback->name) . $preview);
|
||||
|
||||
// Render the activity information.
|
||||
$completiondetails = \core_completion\cm_completion_details::get_instance($cm, $USER->id);
|
||||
$activitydates = \core\activity_dates::get_dates_for_module($cm, $USER->id);
|
||||
echo $OUTPUT->activity_information($cm, $completiondetails, $activitydates);
|
||||
|
||||
// Print the tabs.
|
||||
require('tabs.php');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue