Размер файла: 693B
<?php
error_reporting(0);
include_once ('function.ini.php');
header('Content-type: text/html; charset=utf-8');
header('Cache-Control: no-cache, must-revalidate');
print '<?xml version="1.0" encoding="utf-8"?>';
print '<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">';
print '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru"><head>';
print '<link rel="stylesheet" type="text/css" href="../Style/style.css" />';
print '<title>Игры</title></head><body>';
o5wap_ru_GAMES($Url);
print '<div class="h">(C) Site.Ru</div>';
print '</body></html>';
?>