What steps will reproduce the problem?
1. 분류가 있는 게시판을 생성하고 PC와 모바일로 각각 접속
2. 분류가 출력되는지 확인
3. 모바일에는 출력이 안됨.
What is the expected output? What do you see instead?
모바일에서도 출력이 되어야 함.
What version of the product are you using? On what operating system?
마세라티 최신 리비전
Please provide any additional information below.
//If category are exsist, set value 'use_category' to 'Y'
if(count($oDocumentModel->getCategoryList($this->module_info->module_srl)))
$this->module_info->use_category = 'Y';
else
$this->module_info->use_category = 'N';
와 같은 코드가 board.view.php 에는 있습니다.
그런데 board.mobile.php에는 적용이 안됩니다. mobile.php에도
적용 해주십시오 :)
Original issue reported on code.google.com by misol...@gmail.com on 2 Feb 2013 at 4:22
Original issue reported on code.google.com by
misol...@gmail.com
on 2 Feb 2013 at 4:22