This commit is contained in:
2019-10-11 16:33:41 -04:00
parent 1e016d1842
commit 6e19b14fdf
9 changed files with 141 additions and 72 deletions
+13 -6
View File
@@ -6,14 +6,21 @@ class Page extends Member_Controller {
public function index()
{
$this->load->view('members/view_page');
$this->load->view('members/view_page');
}
public function forgotpass(){
$this->index();
public function email(){
$this->index();
}
public function register(){
$this->index();
public function chat(){
$this->index();
}
public function todo(){
$this->index();
}
public function calendar(){
$this->index();
}
}