mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 08:29:06 +00:00
Fix page titles
This commit is contained in:
parent
c2a95a955d
commit
01898a4145
2
bans.php
2
bans.php
@ -2,7 +2,7 @@
|
||||
require_once './includes/page.php';
|
||||
$page = new Page();
|
||||
?>
|
||||
<title>Tempbans - <?php echo $page->settings->name; ?></title>
|
||||
<title>Bans - <?php echo $page->settings->name; ?></title>
|
||||
<div class="container">
|
||||
<?php
|
||||
$page->print_page_header("Bans");
|
||||
|
Loading…
x
Reference in New Issue
Block a user