Файл: style/themes/default/up.php
Строк: 21
<?
$set['web']=false;
header("Content-type: text/html");
echo '<?xml version="1.0" encoding="utf-8"?>';
?>
<!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">
<head>
<title>S4Mob | <?echo $set['title'];?></title>
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="stylesheet" href="/style/themes/<?echo $set['set_them'];?>/style.css" type="text/css" />
<meta name="author" content="densnet"/>
</head>
<body>
<?
if ($_SERVER['PHP_SELF']=='/index.php')
{
echo "<div class='head'><center><img src='/style/themes/$set[set_them]/logo.png' alt='logo'/></center></div>";
}
?>