mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Aha
This commit is contained in:
parent
883fdc5241
commit
e0dd378807
11
course/report/outline/mod.php
Normal file
11
course/report/outline/mod.php
Normal 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";
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user