moodle/doc/contents.php
moodler f1dacb2ed0 Changes to how documentation works. A thin PHP interface now fetches
files from the language packs.  If a file isn't available in the current
language, then English is used.
2002-12-29 14:39:52 +00:00

18 lines
386 B
PHP
Executable File

<?PHP // $Id$
require("../config.php");
$info = document_file("files.php", false);
include($info->filepath);
print_header();
echo "<FONT SIZE=2 FACE=\"san-serif\">";
foreach ($string as $file => $filename) {
echo "<LI><A TARGET=\"main\" HREF=\"$CFG->wwwroot/doc/?file=$file\">$filename</A></LI>";
}
echo "</FONT>";
?>