Commit 6285a4f1 by Jansa Jose

admin panel

parent 85b284ed
......@@ -86,7 +86,7 @@ class MajorProblems extends CI_Controller {
$all_problems = $this->MajorProblem_model->get_all_Problems();
$all_subproblems = $this->MajorProblem_model->get_all_subProblems();
$template['page'] = "ManageSubProblems/addsubProblems";
$template['page'] = "ManageSubproblems/addsubProblems";
$template['page_title'] = "Add Major SubProblem";
$template['datas'] = $all_subproblems;
$template['data'] = $all_problems;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment