Внедрение шаблонизатора.
This commit is contained in:
parent
47147182fb
commit
f75a07aa07
12
fight.php
12
fight.php
@ -11,12 +11,8 @@ if (empty($userLoginStatus)) {
|
||||
} else {
|
||||
db::c()->query('UPDATE `users` SET `enter_game` = 0 WHERE `enter_game` = 1 AND `id` = ?i', $_SESSION['uid']);
|
||||
}
|
||||
Template::header('Окно игры');
|
||||
?>
|
||||
<!doctype html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<title>Окно игры</title>
|
||||
<meta charset="utf-8">
|
||||
<script>
|
||||
if (!navigator.cookieEnabled) {
|
||||
document.write('Внимание! В вашем браузере отключена поддержка Cookies. Включите чтобы играть.');
|
||||
@ -51,8 +47,6 @@ if (empty($userLoginStatus)) {
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table class="frametable">
|
||||
<tr style="height: 25px;">
|
||||
<td class="frametd">
|
||||
@ -71,6 +65,4 @@ if (empty($userLoginStatus)) {
|
||||
<iframe id="chat<?= mt_rand() ?>" class="FRAME" src="chat.php" frameborder="0" name="chatframe"></iframe>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
</table>
|
Loading…
Reference in New Issue
Block a user