Просмотр файла inc/heads.php

Размер файла: 840B
<?php

// Created by StingerIce
// ICQ: 933-53-01
$MICROTIME=microtime(true);
// Отключение кеширование
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');
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>
<link rel="stylesheet" href="'.$home.'/diz/style.css" type="text/css"/>
<link rel="shortcut icon" href="'.$home.'/diz/favicon.ico"/>';
echo '<meta name="keywords" content="'.$keyword.'">';
echo '<meta name="description" content="'.$description.'">';
echo '<title>' . TITLE . ' - ' . HEADER_TEXT . '</title>
</head><body>';
div('<strong>' . HEADER_TEXT . '</strong>','header');
?>