From a1334802babb47bb3c6ad58c1a1056e4cec93c65 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 31 Aug 2015 17:06:21 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=80=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 2f2684f46..5c65802e5 100644 --- a/mobile/shop/list.php +++ b/mobile/shop/list.php @@ -71,7 +71,7 @@ var g5_shop_url = ""; if(defined('_THEME_PREVIEW_') && _THEME_PREVIEW_ === true) { if(isset($theme_config['ca_mobile_list_best_mod'])) $theme_config['ca_mobile_list_best_mod'] = (isset($tconfig['ca_mobile_list_best_mod']) && $tconfig['ca_mobile_list_best_mod']) ? $tconfig['ca_mobile_list_best_mod'] : 0; - if(isset($theme_config['ca_mobile_list_best_mod'])) + if(isset($theme_config['ca_mobile_list_best_row'])) $theme_config['ca_mobile_list_best_row'] = (isset($tconfig['ca_mobile_list_best_row']) && $tconfig['ca_mobile_list_best_row']) ? $tconfig['ca_mobile_list_best_row'] : 0; }