<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title><?php echo "$s_name - $title_s";?></title>
<style type="text/css">
.ssilk { color: rgb(52, 26, 130);
font-weight: bold;
font-style: normal;
text-transform: none;
text-align: center;
}
a { color: #0080FF; background: inherit; text-decoration: none; }
a:hover { color: #808080; background: inherit; text-decoration: underline; }
</style>
</head>
<body
style="background-color: rgb(204, 204, 255); color: rgb(0, 0, 0);"
alink="#ee0000" link="#0000ee" vlink="#551a8b">
<span style="background-color: rgb(204, 255, 255);"></span>
<table
style="width: 100%; text-align: left; margin-left: auto; margin-right: auto; background-color: rgb(204, 204, 255);"
border="1" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td
style="text-align: center; vertical-align: top; background-color: rgb(153, 153, 255);"><span
style="color: rgb(52, 26, 130);"><?php include_once("tem/$_SESSION[tema]/ver.txt");?></span></td>
</tr>
<tr>
<td
style="text-align: center; vertical-align: middle; background-color: rgb(102, 0, 204);"><span
style="color: rgb(204, 204, 255);">О пользователе</span></td>
</tr>
<tr>
<td
style="text-align: center; vertical-align: top; background-color: rgb(204, 255, 255);"><span
class="ssilk" style="color: rgb(52, 26, 130);"><?php include ("use/log/login.php");?></span></td>
</tr>
<tr>
<td
style="text-align: center; vertical-align: top; background-color: rgb(102, 0, 204);"><span
style="color: rgb(204, 204, 255);">" <?php echo " $title_s";?> [<?php echo "$autor_str";?>]"</span></td>
</tr>
<tr>
<td
style="text-align: center; vertical-align: top; background-color: rgb(204, 255, 255);"><span
class="ssilk" style="color: rgb(52, 26, 130);"><?php include ("str/log/acces_str.php");?></span></td>
</tr>
<tr>
<td
style="text-align: center; vertical-align: top; background-color: rgb(102, 0, 204);"><span
style="color: rgb(204, 204, 255);">Меню</span></td>
</tr>
<tr>
<td
style="text-align: center; vertical-align: top; background-color: rgb(204, 255, 255);"><span
class="ssilk" style="color: rgb(52, 26, 130);"><?php include_once("sts/menu.php");?></span></td>
</tr>
<tr>
<td
style="text-align: center; vertical-align: top; background-color: rgb(153, 153, 255);"><span
style="color: rgb(52, 26, 130);"><?php include_once("tem/$_SESSION[tema]/niz.txt");?></span></td>
</tr>
</tbody>
</table>
<br>
</body>
</html>