Размер файла: 1.31Kb
<?
//Error_Reporting(E_ALL & ~E_NOTICE);
session_start();
require ('data/config.php');
require ('data/mysql.php');
require ('data/functions.php');
/*header("Content-type: application/vnd.wap.xhtml+xml; charset=UTF-8");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
echo "<?xml version=\"1.0\"?>";
echo "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\" \"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">\n";
echo "<html xmlns=\"http://www.w3.org/1999/xhtml\">\n"; */
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>';
/*<meta http-equiv="Content-Type" content="application/vnd.wap.xhtml+xml" charset="utf-8"/>
<title><?print "$site_title";?></title> */ ?>
<card title="<?print "$site_title";?>">
<?
//require ('html/style.php');
if (!authenticateUser( $cookie_user, $cookie_passwd))
$au=0;
else
$au=1;
?> <? /*
</head>
<BODY BGCOLOR=#D3DDF4 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<center> */?>
<?
$aur=1;
require ('html/lo.php');
//require ('html/up.php');
?>
</p>
<?require ('html/down.php');?>
</card>
</wml>