From f4df5b27e043acfa8d8f0667585ac09b263a8c83 Mon Sep 17 00:00:00 2001 From: nemoluv Date: Mon, 19 Aug 2013 09:44:12 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=20:=20#281=20?= =?UTF-8?q?=EC=83=81=ED=95=98=EB=8B=A8=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=EC=82=AD=EC=A0=9C,=20list.php=EC=97=90=EB=8F=84=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/list.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/shop/list.php b/shop/list.php index dc67b2cbc..aac5496bb 100644 --- a/shop/list.php +++ b/shop/list.php @@ -53,12 +53,6 @@ if ($is_admin) $nav_ca_id = $ca_id; include G4_SHOP_PATH.'/navigation1.inc.php'; - // 상단 이미지 - $himg = G4_DATA_PATH.'/category/'.$ca_id.'_h'; - if (file_exists($himg)) { - echo '
'; - } - // 상단 HTML echo '
'.stripslashes($ca['ca_head_html']).'
'; @@ -136,10 +130,6 @@ if ($is_admin) // 하단 HTML echo '
'.stripslashes($ca['ca_tail_html']).'
'; - // 하단 이미지 - $timg = G4_DATA_PATH.'/category/'.$ca_id.'_t'; - if (file_exists($timg)) - echo '
'; ?>