From c62d1a037feefe9811360da3b88e576cbc3c6633 Mon Sep 17 00:00:00 2001 From: Spuds Date: Mon, 30 Jun 2014 11:10:36 -0400 Subject: [PATCH] ! missing page title on contact form http://www.elkarte.net/community/index.php?topic=1657 Signed-off-by: Spuds --- sources/controllers/Register.controller.php | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/controllers/Register.controller.php b/sources/controllers/Register.controller.php index 11440940e5..9654e9a1e3 100644 --- a/sources/controllers/Register.controller.php +++ b/sources/controllers/Register.controller.php @@ -965,6 +965,7 @@ public function action_contact() else { $context['sub_template'] = 'contact_form'; + $context['page_title'] = $txt['admin_contact_form']; require_once(SUBSDIR . '/VerificationControls.class.php'); $verificationOptions = array(