mobile_display_type 함수에서 $td_width 변수 주석처리
This commit is contained in:
@ -262,7 +262,7 @@ function mobile_display_type($type, $skin_file, $list_row, $img_width, $img_heig
|
|||||||
if (!file_exists($file)) {
|
if (!file_exists($file)) {
|
||||||
echo $file.' 파일을 찾을 수 없습니다.';
|
echo $file.' 파일을 찾을 수 없습니다.';
|
||||||
} else {
|
} else {
|
||||||
$td_width = (int)(100 / $list_mod);
|
//$td_width = (int)(100 / $list_mod);
|
||||||
include $file;
|
include $file;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user