1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

properly add $lang to the URL.

This commit is contained in:
Sascha Schumann
2001-05-05 20:55:58 +00:00
parent 36f13ec7e5
commit 09806e694f

View File

@@ -18,7 +18,7 @@ function makeTable($lang,$array) {
if ($i>0 && $i%$limit==0) {
echo "</TD><TD WIDTH=\"50%\">\n";
}
echo "<A HREF=\"/manual/".$file."\">".$name."</A><BR>\n";
echo "<A HREF=\"/manual/".$lang."/".$file."\">".$name."</A><BR>\n";
$i++;
}
echo '</TD></TR></TABLE>';