This commit is contained in:
2021-04-25 18:53:43 -04:00
parent f4adc4ab3d
commit 04d6577482
3 changed files with 97 additions and 7 deletions
+2 -2
View File
@@ -83,8 +83,8 @@ class Registration 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);
}
}