Файл: style/themes/oob/head.php
Строк: 18
<?
header("Content-type: text/html");
//echo '<?xml version="1.0" encoding="utf-8"?';
echo'<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">';
echo'<head>
<title> '.$set['title'].'</title>
<link rel="shortcut icon" href="/style/themes/'.$set['set_them'].'/favicon.ico" />
<link rel="stylesheet" href="/style/themes/'.$set['set_them'].'/style.css" type="text/css" />
<link rel="alternate" title="Новости RSS" href="/news/rss.php" type="application/rss+xml" />
</head>
<body>';
if ($_SERVER['PHP_SELF']=='/index.php')
{
echo "<div class='logo'>";
echo "<img src='/style/themes/".$set['set_them']."/logo.png' alt='' />";
echo "</div>";
}
?>