This commit is contained in:
moodler 2006-03-09 08:55:41 +00:00
parent 883fdc5241
commit e0dd378807

View File

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