mobile_display_type 함수에서 $td_width 변수 주석처리

This commit is contained in:
chicpro
2013-05-09 14:33:21 +09:00
parent 1d190eefba
commit e758ddfc01

View File

@ -262,7 +262,7 @@ function mobile_display_type($type, $skin_file, $list_row, $img_width, $img_heig
if (!file_exists($file)) {
echo $file.' 파일을 찾을 수 없습니다.';
} else {
$td_width = (int)(100 / $list_mod);
//$td_width = (int)(100 / $list_mod);
include $file;
}
}