diff --git a/bbs/list.php b/bbs/list.php index 5fd3973bb..c8d3add00 100644 --- a/bbs/list.php +++ b/bbs/list.php @@ -3,10 +3,16 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 // 분류 사용 여부 $is_category = false; +$category_option = ''; if ($board['bo_use_category']) { $is_category = true; $category_location = './board.php?bo_table='.$bo_table.'&sca='; - $category_option = get_category_option($bo_table); // SELECT OPTION 태그로 넘겨받음 + + $categorys = explode('|', $board['bo_category_list']); // 구분자가 , 로 되어 있음 + for ($i=0; $i'; + } } $sop = strtolower($sop); diff --git a/skin/board/neo/list.skin.php b/skin/board/neo/list.skin.php index 2548cbc10..0a8fda556 100644 --- a/skin/board/neo/list.skin.php +++ b/skin/board/neo/list.skin.php @@ -15,10 +15,10 @@ if ($is_nogood) $colspan++;
- +