사용자: 게시판스킨 카테고리 스타일 중

This commit is contained in:
whitedot
2013-02-01 18:12:08 +09:00
parent aa377a2a5b
commit 277cfababd
3 changed files with 20 additions and 13 deletions

View File

@ -11,7 +11,7 @@ if ($board['bo_use_category']) {
$categories = explode('|', $board['bo_category_list']); // 구분자가 , 로 되어 있음
for ($i=0; $i<count($categories); $i++) {
if (trim($categories[$i]))
$category_option .= '<li>'.$categories[$i].'</li>';
$category_option .= '<li><a href="#">'.$categories[$i].'</a></li>';
}
}