fix
This commit is contained in:
@@ -92,12 +92,10 @@ class Member extends Member_Controller {
|
||||
// echo "Yes i got to the controller";
|
||||
}
|
||||
|
||||
public function myprofile(){
|
||||
|
||||
|
||||
public function myprofile() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
public function configure() {
|
||||
// echo 'yes'; view_mypage
|
||||
|
||||
@@ -133,14 +131,14 @@ class Member extends Member_Controller {
|
||||
|
||||
// exit();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
$this->configure();
|
||||
}
|
||||
|
||||
public function addNotecard() {
|
||||
$data = array();
|
||||
// $this->renderMemberPages('view_mycalendar', $data);
|
||||
}
|
||||
|
||||
public function mycalendar() {
|
||||
$data = array();
|
||||
$this->renderMemberPages('view_mycalendar', $data);
|
||||
|
||||
Reference in New Issue
Block a user