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

Размер файла: 1.7Kb
<?
Error_Reporting(E_ALL & ~E_NOTICE);
list($msec,$sec)=explode(chr(32),microtime()); 
$headtime=$sec+$msec;
header("Cache-Control: no-cache");

$ver='html';
if($ver=='html')
{
  header("Content-type: text/html; charset=utf-8");
  print '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html><head>
<title>'.$set_title.'</title>
<style type="text/css">
body { font-weight: 11; font-size: 11; font-family: Verdana, Helvetica, Arial, sans-serif; color: #000000; background-color: #99FF66;}
a:link,a:active,a:visited { text-decoration: underline; color : #336633 }
a:hover { text-decoration: none; color : #999999 }
p {margin: 1px 0px 1px 0px; padding: 1px 1px 1px 1px; font-size: 11px;}
div { margin: 1px 0px 1px 0px; padding: 1px 1px 1px 1px; font-size: 11px;}
table { margin: 1px 0px 1px 0px; padding: 1px 1px 1px 1px;}
.b {margin: 0px; border-top: 3px solid #339933; border-left: 3px solid #339933; border-right: 3px solid #339933; border-bottom: 3px solid #339933; padding: 2px; vertical-align: middle;  background-color: #CCFF99;}
.c {margin: 0px; border-top: 3px solid #006600; border-left: 3px solid #006600; border-right: 3px solid #006600; border-bottom: 3px solid #006600; padding: 2px; vertical-align: middle; background-color: #33CC00;  font-size: 11 px; color: #FFFF00;}
.d {border:2px solid #000000;}
</style>
</head><body><!--tapok.org--><small>';
}
else
{
  header ("Content-type: text/vnd.wap.wml; charset=utf-8");
  print '<?xml version="1.0" encoding="Utf-8"?><!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.2//EN" "http://www.wapforum.org/DTD/wml_1.2.xml"><wml>
  <card title="Downloads">
  <p align="left"><small>';
}
?>