From 201e676d91b40f165f0065405f2b64778e30a402 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 25 Apr 2014 09:28:06 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8A=A4=ED=82=A8=20=EA=B2=BD=EB=A1=9C=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/shop/list.php b/mobile/shop/list.php index 4841732b0..91444f0fe 100644 --- a/mobile/shop/list.php +++ b/mobile/shop/list.php @@ -21,7 +21,7 @@ $g5['title'] = $ca['ca_name'].' 상품리스트'; include_once(G5_MSHOP_PATH.'/_head.php'); // 스킨경로 -$skin_dir = G5_SHOP_SKIN_PATH; +$skin_dir = G5_MSHOP_SKIN_PATH; if($ca['ca_mobile_skin_dir']) { $skin_dir = G5_MOBILE_PATH.'/'.G5_SKIN_DIR.'/shop/'.$ca['ca_mobile_skin_dir'];