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

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

if($ver=='xhtml')
{
  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">
div.head {background-color: #2A2A2A; width:100%; text-align: left; border-bottom: 1px solid #434343}
div.line {background-color: #434343; height: 1px; width: 100%}
body{background-color: #000000;text-align: left;font-family : MS Sans Serif, sans-serif; font-size: 11px;text-decoration: bold;color:white;}
a:link,a:active,a:visited {color: #80FF00;text-decoration:none;font-size:10;font-weight: bold;}
a:hover { text-decoration: underline; color :#C0C0C0;}
.a {text-align: left;background-color:#264F1E;font-family:MS Sans Serif;font-size:10;color:white;border: 2px solid #00801A;}
.b {text-align: left;font-family:MS Sans Serif;font-size:10;color:white;border: 2px solid #00801A;}
.c {text-align: left;background-color:#264F1E;font-family:MS Sans Serif;font-size:10;color:white;border: 2px solid #00801A;}

.ibutton {color: #e60061;border-top: 1px solid #FFF; border-left: 1px solid #FFF; border-right: 1px solid #000;border-bottom: 1px solid #000;padding: 0px 3px 0px 3px;}
.ad {font-size: 11px; font-weight: bold; margin: 0px 0px 0px 5px; }
.reklama {text-align: left;font-family:MS Sans Serif;font-size:10;color:white;border: 2px solid #00801A;}
</style>
</head><body><!--tapok.org-->';
}
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>';
}
?>