Внедрение шаблонизатора.

This commit is contained in:
Igor Barkov (iwork) 2020-09-30 17:17:14 +03:00
parent 32ce7ad7e4
commit 6fd40b7bdf
1 changed files with 2 additions and 11 deletions

View File

@ -256,12 +256,8 @@ function bgset($img)
}
$online = db::c()->query('SELECT 1 FROM `online` WHERE `real_time` >= ?i', (time() - 60));
Template::header('city');
?>
<!doctype html>
<html lang="ru">
<HEAD>
<link rel=stylesheet href="css/main.css">
<meta charset="utf-8">
<style>
img.building:hover {
filter: drop-shadow(2px 2px 2px white) sepia(15%);
@ -279,9 +275,6 @@ $online = db::c()->query('SELECT 1 FROM `online` WHERE `real_time` >= ?i', (time
document.onmousedown = Down;
</script>
<title></title>
</HEAD>
<body>
<table class="allzeroes">
<TR>
<TD align=center></TD>
@ -363,6 +356,4 @@ $online = db::c()->query('SELECT 1 FROM `online` WHERE `real_time` >= ?i', (time
?>
</td>
</tr>
</table>
</body>
</html>
</table>