Просмотр файла biblioteka/prologue.php

Размер файла: 900B
<?
$wml.= "- - - - - - - <br/>
<a href=\"http://holys.com.ru/\">На Главную</a><br/>
</p>\n</card>\n</wml>";
//<a href=\"http://top.nash-kovcheg.ru/rat.php?i=2183\"><img src=\"http://top.nash-kovcheg.ru/img.php?n=2183\" alt=\"Kovcheg\"/></a><br/>
//<a href=\"http://pslink.ru/i.php?id=1720\"> <img src=\"http://pslink.ru/b.php?id=1720\" alt=\"PSLink\"/> </a> <br/>

  switch (@$dcs) {
  case 1:
    header("Content-type:text/vnd.wap.wml;charset=windows-1251");
    $wml= '<?xml version="1.0" encoding="windows-1251"?>'."\n".$wml;
    break;
  case 2:
    header("Content-type:text/vnd.wap.wml;charset=utf-8");
    $wml= win_to_utf8($wml);
    $wml= '<?xml version="1.0" encoding="utf-8"?>'."\n".$wml;
    break;
  default:
    header("Content-type:text/vnd.wap.wml;charset=utf-8");
    $wml= win_to_st($wml);
    $wml= '<?xml version="1.0" encoding="utf-8"?>'."\n".$wml;
  }
?>