]> git.mjollnir.org Git - moodle.git/commitdiff
Aha
authormoodler <moodler>
Thu, 9 Mar 2006 08:55:41 +0000 (08:55 +0000)
committermoodler <moodler>
Thu, 9 Mar 2006 08:55:41 +0000 (08:55 +0000)
course/report/outline/mod.php [new file with mode: 0644]

diff --git a/course/report/outline/mod.php b/course/report/outline/mod.php
new file mode 100644 (file)
index 0000000..25f4cf2
--- /dev/null
@@ -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";
+
+?>