display_type 함수내 경로 수정

This commit is contained in:
chicpro
2013-01-29 18:02:03 +09:00
parent 59b9cbc9c2
commit 1fcec6cc57

View File

@ -371,7 +371,7 @@ function display_type($type, $skin_file, $list_mod, $list_row, $img_width, $img_
return false;
}
$file = "$g4[shop_path]/$skin_file";
$file = G4_SHOP_PATH."/$skin_file";
if (!file_exists($file)) {
echo "<span class=point>{$file} 파일을 찾을 수 없습니다.</span>";
} else {