mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Show cost info on info pages MDL-8318
This commit is contained in:
parent
38d5ab866c
commit
bc254379b8
1 changed files with 4 additions and 0 deletions
|
@ -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 />";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue