From 0615dcec942160f66aa3233033a2c14af62d8f10 Mon Sep 17 00:00:00 2001 From: "Igor Barkov (iwork)" Date: Wed, 30 Sep 2020 17:30:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=BD=D0=B5=D0=B4=D1=80=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=D0=B8=D0=B7?= =?UTF-8?q?=D0=B0=D1=82=D0=BE=D1=80=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clans.php | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/clans.php b/clans.php index 81fe162..e6993af 100644 --- a/clans.php +++ b/clans.php @@ -1,18 +1,10 @@ - - - - - - - - * Project name: Battles-Game */ - +Template::header('Список кланов'); include_once "config.php"; $claninf = urldecode(filter_input(INPUT_SERVER,'QUERY_STRING')); @@ -29,7 +21,4 @@ if ($claninf AND ($query = db::c()->query('SELECT * FROM `clans` WHERE `name` = $frm = " %s
"; echo sprintf($frm,$clanrow['align'],$clanrow['short'],$clanrow['name'],$clanrow['name']); } -} -?> - - \ No newline at end of file +} \ No newline at end of file