moodle/doc/top.php
2002-11-10 14:05:52 +00:00

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));
?>