From dd72e84be894ef9000a231a55a6719a47a25e0c1 Mon Sep 17 00:00:00 2001 From: thisgun Date: Tue, 17 Oct 2017 11:54:15 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=81=EC=B9=B4=ED=8A=B8=20=EC=9E=84?= =?UTF-8?q?=EC=9D=98=20=EC=BD=94=EB=93=9C=20=EC=8B=A4=ED=96=89=20=EC=B7=A8?= =?UTF-8?q?=EC=95=BD=EC=A0=90=20=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EA=B4=80?= =?UTF-8?q?=EB=A0=A8=20=EC=88=98=EC=A0=95=20(=2017-0268=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/listtype.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/shop/listtype.php b/mobile/shop/listtype.php index fb58a5d9f..3ea3f947c 100644 --- a/mobile/shop/listtype.php +++ b/mobile/shop/listtype.php @@ -32,7 +32,7 @@ else if (!$skin) $skin = $default['de_mobile_listtype_list_skin']; else - $skin = preg_replace('#\.+/#', '', $skin); + $skin = preg_replace('#\.+[\\\/]#', '', $skin); define('G5_SHOP_CSS_URL', G5_MSHOP_SKIN_URL);