Просмотр файла vote/head.php

Размер файла: 1.11Kb
<?
	#=====================================================#
	#             Programmed By Giga                      #
	#             (c) 2006 Votes xhtml mp v 0.1           #
	#             site http://gwap.net.ru                 #
	#             example http://gwap.net.ru              #
	#             elaboration xhmtl mp scripts            #
	#                     [email protected]                      #
	#=====================================================#
{
header("Content-type:application/vnd.wap.xhtml+xml; charset=utf-8");
echo '<?xml version="1.0" encoding="utf-8"?>
	<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
	<head>
	<title>gwap.net.ru</title>
	<meta http-equiv="Content-Type" content="application/vnd.wap.xhtml+xml; charset=UTF-8" />
<meta http-equiv="Pragma" content="no-cache" />
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="home" href="/" />
<link rel="up" href="../" />
<link rel="icon" href="/gico.ico" type="ico" />
</head>
<body>';
}
?>