Просмотр файла themes/orange.php

Размер файла: 1.75Kb
<?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 http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
      <title>
      $title
      </title>
      <style type=\"text/css\">
      body { font-weight: 11; font-size: 11; font-family: Courier new; color: #003300; background-color: #CC6633 }
      a:link,a:active,a:visited { text-decoration: underline  overline; color : #FFCC33 }
      a:hover { text-decoration: none; color : #663300 }
      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: 5px solid #CC9966; border-left: 5px solid #CC9966; border-right: 5px solid #996633; border-bottom: 5px solid #996633; padding: 5px; vertical-align: middle; }
      .c {margin: 0px; border-top: 7px solid #FFCC66; border-left: 3px solid #FFCC66; border-right: 3px solid #993300; border-bottom: 3px solid #993300; padding: 2px; vertical-align: middle; background-color: #FF9900;  font-size: 11px; color: #663333;}
      .d {background-color: green;  text-align: center; font-size: 12px; color: #FFCC00; }
      img {border: 0px;}
      </style>
      </head>
      <body>";
echo '<div class=c>'.$logo.'<br>'.$textlogo.'</div>';
list($msec,$sec)=explode(chr(32),microtime()); 
$headtime=$sec+$msec;
?>