UniFM/res/temp/php-xhtml.tpl
2018-11-14 19:08:56 +02:00

32 lines
1.1 KiB
Smarty

<?php
Header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
Header("Cache-Control: no-cache, must-revalidate");
Header("Pragma: no-cache");
Header("Last-Modified: ".gmdate("D, d M Y H:i:s")."GMT");
Header("Cache-Control: post-check=0, pre-check=0", false);
header("Content-Type: text/html; charset=utf-8");
echo '<?xml version="1.0" encoding="utf-8"?>';
echo '<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10-flat.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">';
echo '<head>';
echo '<meta http-equiv="expires" content="0"/>';
echo '<meta http-equiv="cache-control" content="no-cache"/>';
echo '<meta http-equiv="pragma" content="no-cache"/>';
echo '<link rel="shortcut icon" href="http://site.ru/favicon.ico" type="image/x-icon"/>';
echo '<meta http-equiv="Copyright" content=""/>';
echo '<meta name="keywords" content=""/>';
echo '<meta name="document-state" content="dynamic"/>';
echo '<meta name="description" content=""/>';
echo '<link rel="stylesheet" media="all" type="text/css" href="http://site.ru/style.css"/>';
echo '<title>Title</title>';
echo '</head><body>';
echo '</body></html>';
?>