This commit is contained in:
2022-02-26 17:01:15 -05:00
parent 615f09399d
commit 862d129d00
264 changed files with 14165 additions and 29 deletions
+4 -1
View File
@@ -1014,10 +1014,13 @@ $data = $this->getSessionArray();
$data['new_message'] = $out['new_message'];
/*
$this->load->view('users/view_header_user', $data);
$this->load->view('jobs/view_mycompletejob', $data);
$this->load->view('users/view_footer_user', $data);
*/
$data['page_title'] ="Previous Tasks";
$this->renderSecurePage('jobs/view_mycompletejob', $data);
}
}