<?php
header('Cache-control: no-cache');
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">
<head>
<link rel="shortcut icon" href="http://'.$set['site'].'/favicon.ico"/>
<link rel="stylesheet" href="http://'.$set['site'].'/design/view/style.css" type="text/css"/>
<title>'.$title.'</title>
</head>
<body>';
?>