mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Fix title for kicks.php
This commit is contained in:
parent
70f67bf171
commit
ad7b4b70de
@ -2,7 +2,7 @@
|
|||||||
require_once './includes/page.php';
|
require_once './includes/page.php';
|
||||||
$page = new Page();
|
$page = new Page();
|
||||||
?>
|
?>
|
||||||
<title>Tempbans - <?php echo $page->settings->name; ?></title>
|
<title>Kicks - <?php echo $page->settings->name; ?></title>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<?php
|
<?php
|
||||||
$page->print_page_header("Kicks");
|
$page->print_page_header("Kicks");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user