Файл: install/inc/head.php
Строк: 17
<?
header("Content-type: text/html");
echo '<?xml version="1.0" encoding="utf-8"?>';
?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<head>
<title><?echo $set['title'];?></title>
<link rel="shortcut icon" href="/style/themes/arhive/favicon.ico" />
<link rel="stylesheet" href="/style/themes/arhive/style.css" type="text/css" />
<div class='logo'>
<center><img src='/style/themes/arhive/lo.gif' alt='' />
</div>
</head>
<body>
<?
if ($_SERVER['PHP_SELF']=='/index.php')
{
echo "<center>";
echo '<div class="bar"><div style="text-align:center"><img src="/style/themes/arhive/logo.gif" alt="" /></div></div>';
}
?>