모바일 스킨 경로 지정 오류 수정
This commit is contained in:
@ -167,7 +167,7 @@ if($ca_dir_check) {
|
|||||||
if(is_dir($skin_dir)) {
|
if(is_dir($skin_dir)) {
|
||||||
$form_skin_file = $skin_dir.'/item.form.skin.php';
|
$form_skin_file = $skin_dir.'/item.form.skin.php';
|
||||||
|
|
||||||
if(!is_file($skin_file))
|
if(!is_file($form_skin_file))
|
||||||
$skin_dir = G5_MSHOP_SKIN_PATH;
|
$skin_dir = G5_MSHOP_SKIN_PATH;
|
||||||
} else {
|
} else {
|
||||||
$skin_dir = G5_MSHOP_SKIN_PATH;
|
$skin_dir = G5_MSHOP_SKIN_PATH;
|
||||||
|
|||||||
Reference in New Issue
Block a user