Fix for MDL-8318, show cost info on info page

This commit is contained in:
moodler
2007-03-05 05:41:21 +00:00
parent d8882ec822
commit e7a5ad8da9
+5
View File
@@ -65,6 +65,11 @@
print_simple_box_start("center", "100%");
echo filter_text(text_to_html($course->summary),$course->id);
require_once("$CFG->dirroot/enrol/enrol.class.php");
$enrol = enrolment_factory::factory($course->enrol);
echo $enrol->get_access_icons($course);
print_simple_box_end();
echo "<br />";