fix
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user