Просмотр файла footergl.php

Размер файла: 1.76Kb
<?
if ($_SESSION['wap']=="xml")
{
echo $div['header'];
//echo "<a href=\"http://aptraf.cn\">На главную</a><br/>";
$string=str_replace("&wap=wml","",$QUERY_STRING);
$string=str_replace("wap=wml","",$string);
$string=str_replace("&wap=xml","",$string);
$string=str_replace("wap=xml","",$string);
$string=str_replace("&","&amp;",$string);
if (!empty($string)) echo "HTML | <a href=\"$PHP_SELF?$string&amp;wap=wml\">WML</a>";
else echo "HTML | <a href=\"$PHP_SELF?wap=wml\">WML</a><br/>";
echo $div['end'];
echo "<a href=\"http://wap-top.ru/top/?uid=4965\"><img src=\"http://wap-top.ru/top/count.php?uid=4965\" alt=\"*\"/></a><br/>";
echo "<a href=\"http://wap-top.ru/top/?uid=4965\"><img src=\"http://c.waplog.net/ru/30496.cnt\" alt=\"*\"/></a><br/>";
echo "<a href=\"http://bans.ru/4885.go\"><img src=\"http://bans.ru/4885.img\" alt=\"*\"/></a><br/>";
echo "<div class=\"cr\"><small>";
echo $div['end'];
echo "</body>
</html>";
}else{ //echo "<a href=\"http://aptraf.cn\">На главную</a><br/>";
$string=str_replace("&wap=wml","",$QUERY_STRING);
$string=str_replace("wap=wml","",$string);
$string=str_replace("&wap=xml","",$string);
$string=str_replace("wap=xml","",$string);
$string=str_replace("&","&amp;",$string);
if (!empty($string)) echo "WML | <a href=\"$PHP_SELF?$string&amp;wap=xml\">HTML</a><br/>";
else echo "WML | <a href=\"$PHP_SELF?wap=xml\">HTML</a><br/><br/>";
echo "<a href=\"http://wap-top.ru/top/?uid=4965\"><img src=\"http://wap-top.ru/top/count.php?uid=4965\" alt=\"*\"/></a><br/>";
echo "<a href=\"http://wap-top.ru/top/?uid=4965\"><img src=\"http://c.waplog.net/ru/30496.cnt\" alt=\"*\"/></a><br/>";
echo "<a href=\"http://bans.ru/4885.go\"><img src=\"http://bans.ru/4885.img\" alt=\"*\"/></a>";
echo "</small></p></card></wml>";
}
?>