From 02bff45d3289070935c654f18bbbd9f2a3772ac3 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sat, 21 Oct 2023 00:27:50 +0200 Subject: [PATCH] adjusted dxcc award page title --- application/controllers/Awards.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Awards.php b/application/controllers/Awards.php index f1112730..2a802fcf 100644 --- a/application/controllers/Awards.php +++ b/application/controllers/Awards.php @@ -161,7 +161,7 @@ class Awards extends CI_Controller { $data['dxcc_summary'] = $this->dxcc->get_dxcc_summary($bands, $postdata); // Render Page - $data['page_title'] = "Awards - DXCC"; + $data['page_title'] = "DXCC Award"; $this->load->view('interface_assets/header', $data); $this->load->view('awards/dxcc/index'); $this->load->view('interface_assets/footer');