From 9c929c6b556329dbffaff629a29e2ef15db4860d Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 8 Aug 2013 17:58:01 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EA=B3=B5=ED=86=B5:=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=95=20=ED=99=9C=EC=84=B1=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=EC=95=88=EB=82=B4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.lib.php b/lib/common.lib.php index 925c346da..2df36355f 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -35,7 +35,7 @@ function get_paging($write_pages, $cur_page, $total_page, $url, $add="") if ($total_page > 1) { for ($k=$start_page;$k<=$end_page;$k++) { if ($cur_page != $k) - $str .= ''.$k.'페이지'.PHP_EOL; + $str .= ''.$k.'페이지'.PHP_EOL; else $str .= '열린'.$k.'페이지'.PHP_EOL; } From 36c267399b576445d9f65dbf605935df5eefa41a Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 8 Aug 2013 18:03:37 +0900 Subject: [PATCH 2/2] =?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.''; } }