주문메일 상품이미지 사이즈 변경

This commit is contained in:
chicpro
2014-01-17 16:00:19 +09:00
parent 06724ad172
commit eaeaf49607

View File

@ -56,7 +56,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++)
$list[$i]['g_dir'] = G5_URL;
$list[$i]['it_id'] = $row['it_id'];
$list[$i]['it_simg'] = get_it_image($row['it_id'], $default['de_simg_width'], $default['de_simg_height']);
$list[$i]['it_simg'] = get_it_image($row['it_id'], 70, 70);
$list[$i]['it_name'] = $row['it_name'];
$list[$i]['it_origin'] = $row['it_origin'];
$list[$i]['it_opt'] = $options;