Menu

#9 head/foot not used in faq.php3

open
nobody
5
2002-06-26
2002-06-26
Anonymous
No

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;

?>

Discussion


Log in to post a comment.

MongoDB Logo MongoDB