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