View file mch-db_dv3.1/dl/lite/header.inc.php

File size: 1.36Kb
<?php
Error_Reporting(E_ALL & ~E_NOTICE);
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");
$start_time = microtime(); 
$start_array = explode(" ",$start_time); 
$start_time = $start_array[1 ]+$start_array[0]; 
include 'config.php';
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <style type="text/css">
     a:link, a:visited { text-decoration: none; color : #3B678D }
     a:active { text-decoration: none; color : #3B678D }
     { text-decoration: none; color : #3B678D }
     a:hover { text-decoration: none;  color : #000000 }
     div {font-color: 13px; font-size: 13px; font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;}
    </style>
   <title>MCH</title>
  </head>
     <body bgcolor="#ffffff" link="#3B678D" vlink="#3B678D" alink="#3B678D" text="#494949">
  <div style="padding:1px; border:1px solid #3B678D">
 <?php
 //
echo '<small>';
echo @$menu1;
 if($_GET["a"] != 'help.html') {
echo @$help;
} else echo @$help2;
echo @$menu2;
echo @$menu4;
echo '</small>';
 if($fraza_all == 'on') {
 echo '<br />';
 include_once './resources/fraza/index.php';
 }
echo '<hr>';

//

 ?>