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

Размер файла: 622B
<?
include "config.php";
echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"><html><head>";
echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">";
print "<title>$catalog</title>";
echo "</head><body><table width=\"100%\" bgcolor=\"red\" border=\"2\" style=\"font-family:Verdana; font-size:12px;\">";
$t=date("H:i:s", mktime(date ("H")-0));
echo"<tr><td  bgcolor=\"yellow\" align=\"left\"><font color=\"red\"> Сейчас: $t</font></td></tr><tr><td bgcolor=\"lightyellow\" align=\"left\">";
list($msec,$sec)=explode(chr(32),microtime()); 
$HeadTime=$sec+$msec; 
?>