View file klub/sr/head.php

File size: 0.99Kb
<?
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>
<?=$set['title']?>
</title>

<link rel="shortcut icon" href="/dezing/favicon.ico" />
<link rel="stylesheet" href="diz/style.css" type="text/css" />

</head>
<body>
<div class="head"> <img src="img/ego.jpg" width="350" height="100" alt="sb"> </div>
<?
if (isset($_SESSION['message']))
{
	echo '<br><div class="msg">' . $_SESSION['message'] . '</div>';
	$_SESSION['message'] = NULL;
}
echo'</div></div><br>';
echo'<table style="width:100%"><tr> ';
echo'<td style="width:33%" class="link">Алкоголь<br><img src="grafic.php?rat='.(int)$user['bar'].'" alt="" /></td><td style="width:33%" class="link">';
echo'Наркотик<br><img src="grafic.php?rat='.(int)$user['nark'].'" alt="" /></td></tr></table>';
	?>