Fix title for kicks.php

This commit is contained in:
Ruan 2015-08-16 11:44:57 +02:00
parent 70f67bf171
commit ad7b4b70de

View File

@ -2,7 +2,7 @@
require_once './includes/page.php';
$page = new Page();
?>
<title>Tempbans - <?php echo $page->settings->name; ?></title>
<title>Kicks - <?php echo $page->settings->name; ?></title>
<div class="container">
<?php
$page->print_page_header("Kicks");