From 36c267399b576445d9f65dbf605935df5eefa41a Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 8 Aug 2013 18:03:37 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=ED=86=B5:=20=EC=B9=B4=ED=85=8C?= =?UTF-8?q?=EA=B3=A0=EB=A6=AC=20=ED=99=9C=EC=84=B1=ED=99=94=20=EC=83=81?= =?UTF-8?q?=ED=83=9C=20=EC=95=88=EB=82=B4=20=EB=A9=94=EC=84=B8=EC=A7=80=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/list.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bbs/list.php b/bbs/list.php index 76a5746b3..813c712d9 100644 --- a/bbs/list.php +++ b/bbs/list.php @@ -18,9 +18,11 @@ if ($board['bo_use_category']) { $category = trim($categories[$i]); if ($category=='') continue; $category_option .= '
  • '; + $category_msg = '열린 분류 '; + } + $category_option .= '>'.$category_msg.$category.''; } }