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

Размер файла: 533B
<?
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><link rel='stylesheet' type='text/css' href='../css1.css'/>";
echo "</head><body>";
$t=date("H:i:s", mktime(date ("H")-0));
echo"<tr><div class='foot'> Сейчас: $t</div></tr><tr><td bgcolor=\"lightyellow\" align=\"left\">";
list($msec,$sec)=explode(chr(32),microtime()); 
$HeadTime=$sec+$msec; 
?>