게시판분류 select option 을 ul li 로 변경

This commit is contained in:
gnuboard
2013-02-01 17:10:20 +09:00
parent 7b1e23f792
commit 3813b7b165
5 changed files with 19 additions and 19 deletions

View File

@ -224,6 +224,7 @@ if ($is_guest || ($is_admin && $w == 'u' && $member['mb_id'] != $write['mb_id'])
}
$is_category = false;
$category_option = '';
if ($board['bo_use_category']) {
$ca_name = "";
if (isset($write['ca_name']))