Файл: head.php
Строк: 26
<?php
$t = microtime(1);
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">';
echo '<html xmlns="http://www.w3.org/1999/xhtml">';
echo '<head>';
echo '<meta http-equiv="Content-Style-Type" content="text/css" />';
echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />';
echo '<meta name="keywords" content="Парсер, Парсить, Ники, Spaces" />';
echo '<meta name="description" content="Парсер Ников Spaces" />';
echo '<link rel="shortcut icon" href="sys/favicon.ico" />';
echo '<link rel="stylesheet" href="/style/style.css" type="text/css" />';
echo '<title>'.$title.'</title>';
echo '
</head>
<body>
<div class="border-lines">';
echo '<div class="title">'.$title.'</div>';
?>