From 01898a41453d7ca985b86595f35ef5351ee85f7a Mon Sep 17 00:00:00 2001 From: ruan Date: Wed, 2 Sep 2015 11:52:23 +0200 Subject: [PATCH] Fix page titles --- bans.php | 2 +- mutes.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bans.php b/bans.php index 807c6c8..3c6c276 100644 --- a/bans.php +++ b/bans.php @@ -2,7 +2,7 @@ require_once './includes/page.php'; $page = new Page(); ?> -Tempbans - <?php echo $page->settings->name; ?> +Bans - <?php echo $page->settings->name; ?>
print_page_header("Bans"); diff --git a/mutes.php b/mutes.php index 8575d79..76efdeb 100644 --- a/mutes.php +++ b/mutes.php @@ -2,7 +2,7 @@ require_once './includes/page.php'; $page = new Page(); ?> -TempMutes - <?php echo $page->settings->name; ?> +Mutes - <?php echo $page->settings->name; ?>
print_page_header("Mutes");