fix
This commit is contained in:
@@ -83,8 +83,9 @@ class Signup extends CI_Controller {
|
||||
$data['terms'] = $terms_checked;
|
||||
|
||||
|
||||
$this->load->view('users/view_registration', $data);
|
||||
$this->load->view('users/view_external_footer', $data);
|
||||
//$this->load->view('users/view_registration', $data);
|
||||
//$this->load->view('users/view_external_footer', $data);
|
||||
$this->load->view('site3/external/view_signup',$data);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user