Файл: newstats.ru/newstats.ru/style/tpl/pda/head.php
Строк: 22
<!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>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8"/>
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="shortcut icon" href="/style/favicon.ico" />
<link rel="stylesheet" href="/style/style_pda.css" type="text/css" />
<title><? echo $Title;?></title>
</head>
<body>
<div id="content"><!-- Контент -->
<div class="logo1"><a href=/><img src="/style/images/pda/logo.png" alt="logo" /></div></a>
<?
if(isset($_SESSION['message'])){
echo '<div class="h1"><center>'.$_SESSION['message'].'</center></div>';
unset($_SESSION['message']);
}
if(isset($_GET['route'])){?><div class="vx"><?php echo $Title; ?></div><?}?>