Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / course / report / outline / mod.php
blob4dfc569fcf494a803ecfe096f221f1f8f6dd812b
1 <?php // $Id$
3 if (!defined('MOODLE_INTERNAL')) {
4 die('Direct access to this script is forbidden.'); /// It must be included from a Moodle page
7 echo '<p>';
8 $activityreport = get_string( 'activityreport' );
9 echo "<a href=\"{$CFG->wwwroot}/course/report/outline/index.php?id={$course->id}\">";
10 echo "$activityreport</a>\n";
11 echo '</p>';