Browse Source

오류 수정

master
장선근 6 years ago
parent
commit
69902fbc21
  1. 4
      wheeparam/application/controllers/customer/Faq.php
  2. 4
      wheeparam/application/controllers/customer/Qna.php

4
wheeparam/application/controllers/customer/Faq.php

@ -22,7 +22,7 @@ class Faq extends WB_Controller {
// 레이아웃 & 뷰파일 설정
$this->theme = $this->site->get_layout();
$this->view = "customer/faq/lists";
$this->active = "/customer/faq";
$this->active = "customer/faq";
}
/**********************************************************************************************
@ -47,7 +47,7 @@ class Faq extends WB_Controller {
// 레이아웃 & 뷰파일 설정
$this->theme = $this->site->get_layout();
$this->view = "customer/faq/view";
$this->active = "/customer/faq";
$this->active = "customer/faq";
}
/**********************************************************************************************

4
wheeparam/application/controllers/customer/Qna.php

@ -50,7 +50,7 @@ class Qna extends WB_Controller
$this->data['pagination'] = $this->paging->create();
$this->theme = $this->site->get_layout();
$this->view = "customer/qna/lists";
$this->view = "customer/qna";
}
function write()
@ -157,7 +157,7 @@ class Qna extends WB_Controller
$this->data['qna_category'] = $this->db->where('qnc_status','Y')->order_by('sort')->get('qna_category')->result_array();
$this->theme = $this->site->get_layout();
$this->view = "customer/qna/write";
$this->view = "customer/qna";
}
}

Loading…
Cancel
Save