Файл: rban/rban/forum/infotr.php
Строк: 42
<?
include 'dan.php';
include 'ver.php';
$zag="Транслит";
if($ver=="wml"){include 'wapzag.php';} else{include 'webzag.php';}
include 'avt.php';
$transtext=@file("trans.zap");
$translittext1=explode("#", $transtext[1]);
$translittext2=explode("#", $transtext[2]);
foreach ($translittext1 as $key => $value)
{
print"$value - $translittext2[$key]<br/>";
}
print"</p><p align="left">";
if($ver=="html"){print"<table style="text-align: left; width: 98%;"
border="1" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td
style="background-color: rgb($color2);" align="left"
valign="top">";}
print"<a href="index.php?ver=$ver&pas=$pas&login=$login">Вернутся на форум</a><br/>";
if($ver=="wml"){print"<a href="infotr.php?ver=html&pas=$pas&login=$login">wap 2.0</a><br/>";}
else{print"<a href="infotr.php?ver=wml&pas=$pas&login=$login">wap 1.2</a><br/>";}
print"<a href="$gen_link">На главную</a>";
if($ver=="html"){print"</td>
</tr>
</tbody>
</table>
</body>
</html>
";}
else{print"</p></card></wml>";}
?>