Merge branch 'wip-MDL-37085-master' of git://github.com/marinaglancy/moodle

This commit is contained in:
Sam Hemelryk
2013-01-15 16:30:36 +13:00
20 changed files with 959 additions and 746 deletions
+1 -5
View File
@@ -279,10 +279,6 @@
echo html_writer::end_tag('div');
// Include course AJAX
if (include_course_ajax($course, $modnamesused)) {
// Add the module chooser
$renderer = $PAGE->get_renderer('core', 'course');
echo $renderer->course_modchooser(get_module_metadata($course, $modnames, $displaysection), $course);
}
include_course_ajax($course, $modnamesused);
echo $OUTPUT->footer();