From 3d18d649d9621f055b70ec69f4dda47f01d1e536 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sat, 21 Oct 2023 00:18:27 +0200 Subject: [PATCH] adjusted dok 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 96b9e218..f1112730 100644 --- a/application/controllers/Awards.php +++ b/application/controllers/Awards.php @@ -90,7 +90,7 @@ class Awards extends CI_Controller { } // Render Page - $data['page_title'] = "Awards - DOK"; + $data['page_title'] = "DOK Award"; $this->load->view('interface_assets/header', $data); $this->load->view('awards/dok/index'); $this->load->view('interface_assets/footer');