Updating the title of the headwater magazine
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 4 Jan 2019 19:43:46 +0000 (14:43 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 4 Jan 2019 19:43:46 +0000 (14:43 -0500)
Update titles.

Toolkit/Contacts/Headwaters.php

index 534770a..186cd6f 100755 (executable)
@@ -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;}
         </style>
         <div id="form-success-top">
-            Thank you for requesting the Headwaters Magazine.
+            Thank you for requesting the Northern Michigan Golfer Magazine.
         </div>';
     //    {{{    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) {