Размер файла: 1.89Kb
<?php
if (strtok($_SERVER['HTTP_USER_AGENT'],'/')!="Mozilla") {
header("Content-type:application/vnd.wap.xhtml+xml; charset=utf-8");
}else{
header("Content-type:text/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>
<meta http-equiv="Content-Type" content="application/vnd.wap.xhtml+xml; charset=UTF-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />';
echo '<title>'.$my_title.'</title>
<style type="text/css">
body { font-family: Calibri; font-size: 13px; margin: 2px; color: #FFF7FF;
background: url(themes/7/bg.gif); background-color: #000000; }
a:link, a:visited { text-decoration: underline; color : #B57B29 }
a:hover { text-decoration: none; color : #7C6248; position: relative; top: 1px; left: 1px; }
.a {padding: 0px; text-align: center; border: 1px solid #A58429;
background: url(themes/7/bg1.gif); font-size: 17px;
color: #FF0000;}
.b { margin: 2px 0px; border: 1px dotted #A58429; font-weight: bold; padding: 2px;
background: url(themes/7/bg2.gif) repeat-x; text-align: left; color: #FF0000; }
.c { padding: 0px; text-align: center; border: 1px solid #A58429; border-collapse:collapse;
background: url(themes/7/bg1.gif); color: #B57B29;}
input,select,textarea{ border: 1px solid #AA5500; background-color: #444444; color: #B57B29;}
</style>
</head><body bgcolor="white" text="gray">';
echo '<div class="a" id="up"><img src="themes/7/logo.gif" alt="" /></div><div>';
function htmltoxhtml($skinxhtml) {
$skinxhtml = str_replace("img/act1.gif","themes/7/act1.gif",$skinxhtml);
$skinxhtml = str_replace("img/act2.gif","themes/7/act2.gif",$skinxhtml);
$skinxhtml = str_replace("img/act3.gif","themes/7/act3.gif",$skinxhtml);
return $skinxhtml; }
ob_start(htmltoxhtml);
?>