mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
23 lines
818 B
PHP
Executable File
23 lines
818 B
PHP
Executable File
<?PHP // $Id$
|
|
|
|
require("../config.php");
|
|
|
|
print_header();
|
|
|
|
?>
|
|
|
|
<FONT SIZE=2 FACE="san-serif">
|
|
<LI><A TARGET="main" HREF="intro.html">Introduction</A>
|
|
<LI><A TARGET="main" HREF="background.html">Background</A>
|
|
<LI><A TARGET="main" HREF="features.html">Features</A>
|
|
<LI><A TARGET="main" HREF="release.html">Release Notes</A>
|
|
<LI><A TARGET="main" HREF="install.html">Installation</A>
|
|
<LI><A TARGET="main" HREF="upgrade.html">Upgrading</A>
|
|
<LI><A TARGET="main" HREF="teacher.html">Teacher Manual</A>
|
|
<LI><A TARGET="main" HREF="developer.html">Developer Manual</A>
|
|
<LI><A TARGET="main" HREF="cvs.html">Using CVS</A>
|
|
<LI><A TARGET="main" HREF="future.html">Future</A>
|
|
<LI><A TARGET="main" HREF="credits.html">Credits</A>
|
|
<LI><A TARGET="main" HREF="licence.html">License</A>
|
|
</FONT>
|