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