3 if (!defined('MOODLE_INTERNAL')) {
4 die('Direct access to this script is forbidden.'); /// It must be included from a Moodle page
8 $activityreport = get_string( 'activityreport' );
9 echo "<a href=\"{$CFG->wwwroot}/course/report/outline/index.php?id={$course->id}\">";
10 echo "$activityreport</a>\n";