/Web/DirectLink.php |
---|
101,7 → 101,7 |
$Path=$Value; |
if ($Lang<>"") |
if (file_exists($_SERVER["DOCUMENT_ROOT"].$Path.".".$Lang.".html")) |
$Path.=".".$Lang.".html"; |
$Path.=".".$Lang.".html"; |
$Table.=$Indent." <tr>\n"; |
$Table.=$Indent." <td> <a href=\"$Path\">$Key</a></td>\n"; |
$Table.=$Indent." <td> $Value </td>\n"; |