M쇼핑몰: #168 모바일 쇼핑몰 경로 안내에 따른 처리

This commit is contained in:
whitedot
2013-05-09 14:41:55 +09:00
parent e758ddfc01
commit 8409a15f70
17 changed files with 77 additions and 84 deletions

View File

@ -51,7 +51,7 @@ if ($is_admin)
$error = '<p class="sct_noitem">등록된 상품이 없습니다.</p>';
// 리스트 유형별로 출력
$list_file = G4_SHOP_PATH.'/'.$ca['ca_mobile_skin'];
$list_file = G4_MSHOP_PATH.'/'.$ca['ca_mobile_skin'];
if (file_exists($list_file)) {
$list_mod = $ca['ca_mobile_list_mod'];
$list_row = $ca['ca_mobile_list_row'];