From 05e26e16e0645442cfdc1b8ef0f4d2504075c51a Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 29 Apr 2013 23:08:34 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20=EB=B6=84?= =?UTF-8?q?=EB=A5=98=EA=B0=80=20=ED=8C=9D=EC=97=85=EB=A0=88=EC=9D=B4?= =?UTF-8?q?=EC=96=B4=EB=A5=BC=20=EB=8D=AE=EB=8A=94=20=ED=98=84=EC=83=81=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/boxcategory.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/boxcategory.inc.php b/shop/boxcategory.inc.php index a2be4ed1a..e401cc517 100644 --- a/shop/boxcategory.inc.php +++ b/shop/boxcategory.inc.php @@ -12,7 +12,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 and ca_use = '1' order by ca_id "; $hresult = sql_query($hsql); - $gnb_zindex = 10000; // gnb_1dli z-index 값 설정용 + $gnb_zindex = 999; // gnb_1dli z-index 값 설정용 $count = count($hresult); for ($i=0; $row=sql_fetch_array($hresult); $i++) {