This commit is contained in:
2019-10-11 20:13:27 -04:00
parent f216d6c153
commit dc0ecebf40
7 changed files with 129 additions and 5 deletions
+4 -4
View File
@@ -11,17 +11,17 @@ class Page extends Member_Controller {
}
public function email(){
$this->index();
$this->renderMemberPage("view_email");
}
public function chat(){
$this->index();
$this->renderMemberPage("view_chat");
}
public function todo(){
$this->index();
$this->renderMemberPage("view_todo");
}
public function calendar(){
$this->index();
$this->renderMemberPage("view_calendar");
}
}