mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
13 lines
318 B
PHP
13 lines
318 B
PHP
<?PHP // $Id$
|
|
|
|
require("../config.php");
|
|
|
|
if (! $site = get_site()) {
|
|
error("Site is misconfigured");
|
|
}
|
|
$strdocumentation = get_string("documentation");
|
|
print_header("$site->shortname: $strdocumentation", "$site->fullname", "$strdocumentation", "", "", true, "", navmenu($site));
|
|
|
|
?>
|
|
|