#177 에 따른 모바일 쇼핑몰 코드 수정

This commit is contained in:
chicpro
2013-05-14 17:04:57 +09:00
parent 96256a9b63
commit 1ce38428a3
10 changed files with 67 additions and 54 deletions

View File

@ -118,7 +118,7 @@ $total_count = $row['cnt'];
from {$g4['shop_item_table']} where it_id = '{$save['it_id'][$i]}' ";
$row = sql_fetch($sql);
$image = get_it_image($row['it_id'].'_s', (int)($default['de_simg_width']), (int)($default['de_simg_height']), $row['it_id']);
$image = get_it_image($row['it_id'], (int)($default['de_simg_width']), (int)($default['de_simg_height']), true);
?>
<li>
<span class="ssch_img"><?php echo $image; ?></span>