View file pasthead.php

File size: 608B
<?php
echo "".$setall['logo']."";
echo "<div class='contur_rek'>
<div class='header_rek'><div style='text-align:center; color:#c00000;'>";
 {echo'<font color="#FF0000"><b>';  include_once"day_time.php"; echo $_SESSION['log'].''.$_SERVER['SERVER_NAME'].'!</b></font>';}

echo "<br/>";




if ($setall['time']=="yes")
{
echo "<b>".date("H")."<span style='text-decoration:blink;'>:</span>".date("i")."</b>";
}
 echo "</div></div></div>";
 if ($setall['siteoff']=='yes')
 {
 	 echo "<div style='text-align:center;'>".$setall['siteoffmess']."</div>";
 	 	 include'foot.php';
 	 exit;
 }
?>