From bdaab4d429236fd72219fd7562933e140657c331 Mon Sep 17 00:00:00 2001
From: gnuboard
Date: Tue, 5 Feb 2013 11:32:40 +0900
Subject: [PATCH] =?UTF-8?q?=EA=B2=8C=EC=8B=9C=ED=8C=90=20=EB=B6=84?=
=?UTF-8?q?=EB=A5=98=20=EC=98=A4=EB=A5=98=20=ED=95=B4=EA=B2=B0=20=EB=B0=8F?=
=?UTF-8?q?=20=EB=B6=84=EB=A5=98=20=EC=84=A0=ED=83=9D=EC=8B=9C=20li=20?=
=?UTF-8?q?=EC=84=A0=ED=83=9D=EB=90=98=EB=8F=84=EB=A1=9D=20=EC=88=98?=
=?UTF-8?q?=EC=A0=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
bbs/list.php | 15 ++++++++++++---
skin/board/neo/list.skin.php | 20 +++++++-------------
2 files changed, 19 insertions(+), 16 deletions(-)
diff --git a/bbs/list.php b/bbs/list.php
index a2d164537..c27531ea4 100644
--- a/bbs/list.php
+++ b/bbs/list.php
@@ -6,12 +6,21 @@ $is_category = false;
$category_option = '';
if ($board['bo_use_category']) {
$is_category = true;
- $category_location = './board.php?bo_table='.$bo_table.'&sca=';
+ $category_href = G4_BBS_URL.'/board.php?bo_table='.$bo_table;
+
+ $category_option .= '';
+ $category = trim($categories[$i]);
+ if ($category=='') continue;
+ $category_option .= '';
}
}
diff --git a/skin/board/neo/list.skin.php b/skin/board/neo/list.skin.php
index f9c07e6b2..9bee47446 100644
--- a/skin/board/neo/list.skin.php
+++ b/skin/board/neo/list.skin.php
@@ -16,7 +16,6 @@ if ($is_nogood) $colspan++;
@@ -32,13 +31,13 @@ if ($is_nogood) $colspan++;
@@ -165,11 +164,6 @@ if ($is_nogood) $colspan++;
=$page?> 페이지
-
-
if ($is_checkbox) { ?>