diff --git a/www/application/controllers/Vemail.php b/www/application/controllers/Vemail.php index 43ca4bb5..0b8f9274 100644 --- a/www/application/controllers/Vemail.php +++ b/www/application/controllers/Vemail.php @@ -8,7 +8,7 @@ class Vemail extends CI_Controller { $vlnk = NULL; $data['title'] = "Verify Email"; // Capitalize the first letter - $data['page_title'] = "About WrenchBoard"; + $data['page_title'] = "Verify Signup"; $data['email'] = "ameye@chiefsoft.com"; extract($_GET); @@ -28,12 +28,9 @@ class Vemail extends CI_Controller { $data['username'] = $ret->username; $res1 = $this->backend_model->wrenchboard_api($data, $out); if ($res1 > 0) { - $this->load->view('users/view_vemail', $data); + $this->load->view('site3/external/view_vemail', $data); + exit; } - - - - // make sure status is set to 5 : complete } // call backend to create the account now @@ -44,7 +41,7 @@ class Vemail extends CI_Controller { } // IF YOU GET HERE - ERROR PAGE // $this->load->view('templates/header_boxed', $data); - $this->load->view('users/view_error', $data); + $this->load->view('site3/external/view_error', $data); // $this->load->view('templates/footer_boxed', $data); } diff --git a/www/application/views/site3/external/view_error.php b/www/application/views/site3/external/view_error.php new file mode 100644 index 00000000..42b12d6e --- /dev/null +++ b/www/application/views/site3/external/view_error.php @@ -0,0 +1,64 @@ + + + +
+ + + + + + + + +