주문메일 상품이미지 사이즈 변경
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user