This commit is contained in:
2020-02-08 12:11:42 -05:00
parent cc3271b20f
commit 59c2015ca3
2 changed files with 14 additions and 15 deletions
+7 -9
View File
@@ -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);