This is trivial to correct.
include("config.php3");
require("functions.php3");
include("head.inc");
progressBox();
?>
<?php
while (list($key,$val) = each($lang_avail)) {
if ($lang != $key) {
// echo "<a href=\"${PHP_SELF}?
lang=$key\">$val</a><br>";
}
}
if (file_exists("lang/faq.$lang.txt")) readfile
( "lang/faq.$lang.txt" );
else readfile( "lang/faq.eng.txt" );
include("foot.inc");
echo $script_display;
?>