From 6f6cc95dda04f6e3f0f25a2cb03984bdb8c4d6fa Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 4 Jan 2019 14:43:46 -0500 Subject: [PATCH] Updating the title of the headwater magazine Update titles. --- Toolkit/Contacts/Headwaters.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Toolkit/Contacts/Headwaters.php b/Toolkit/Contacts/Headwaters.php index 534770a..186cd6f 100755 --- a/Toolkit/Contacts/Headwaters.php +++ b/Toolkit/Contacts/Headwaters.php @@ -66,7 +66,7 @@ class Toolkit_Contacts_Headwaters * @var string * @access protected */ - public $subject = "Request Headwaters Magazine Form from website"; + public $subject = "Request Northern Michigan Golfer Magazine Form from website"; /** * Message to display if the form is successfully submitted * @@ -79,7 +79,7 @@ class Toolkit_Contacts_Headwaters .listing {display:none;}
- Thank you for requesting the Headwaters Magazine. + Thank you for requesting the Northern Michigan Golfer Magazine.
'; // {{{ configureConstats() @@ -152,7 +152,7 @@ class Toolkit_Contacts_Headwaters $e[] = array( 'type' => 'header', 'name' => 'firstHdr_rmv', - 'display' => 'Request Headwaters Magazine' + 'display' => 'Request Northern Michigan Golfer Magazine' ); if (is_array($this->interestsGroups)) { foreach ($this->interestsGroups as $group => $gData) { -- 2.17.1