This commit is contained in:
2020-01-25 00:08:09 -05:00
parent 066d9c1f2b
commit eb8198e79f
5 changed files with 196 additions and 2 deletions
+2 -2
View File
@@ -7,12 +7,12 @@ class Member extends CI_Controller {
public function index() {
$data = array();
$this->renderMemberPages('view_dash', $data);
}
public function mycalendar(){
echo "calendar here";
$data = array();
$this->renderMemberPages('view_mycalendar', $data);
}
private function renderMemberPages($pagename, $data) {
$this->load->view('member/view_securehead');