Show cost info on info pages MDL-8318

This commit is contained in:
moodler 2007-03-05 05:39:49 +00:00
parent 38d5ab866c
commit bc254379b8

View file

@ -71,6 +71,10 @@
} }
} }
require_once("$CFG->dirroot/enrol/enrol.class.php");
$enrol = enrolment_factory::factory($course->enrol);
echo $enrol->get_access_icons($course);
print_box_end(); print_box_end();
echo "<br />"; echo "<br />";