Размер файла: 1Kb
<?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("Content-type:text/html; charset=utf-8");
if ($gzip=="1") // gzip сжатие
{
ob_start('ob_gzhandler');
}
echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">
<html>
<head>";
echo"
<meta name='author' content='[email protected]' />
<meta name='keywords' content='wap, чат, форум, chat, forum' />
<meta http-equiv='content-type' content='text/html; charset=utf-8' />";
echo "<link rel='shortcut icon' href='$home/img/ico.gif'>
<title>
$title
</title>
<link href='".$home."/themes/css/".$css.".css' rel='stylesheet' type='text/css' >
</head>
<body $ground>";
echo '<div class=\'a\'><img src="'.$home.'/img/logo.png"><br /><b>'.$textlogo.'</b></div>';
echo '</div>';
?>