Просмотр файла wapcat/katalog.php

Размер файла: 516B
<?
include "config.php";
include "functions.php";
header ("Content-type:text/vnd.wap.wml; charset=utf-8");
print "<?xml version=\"1.0\" encoding=\"utf-8\"?>";
?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml><head><meta http-equiv="Cache-Control" content="no-cache" forua="true"/></head>
<card title="">
<p>
<?
if(!empty($where)) print_data($where,$page);
print "<br/><a href=\"../index.php\">::На главную</a>";
?>
</p>
</card>
</wml>