#111 에 따른 쇼핑몰 인덱스 이미지 ID 유효성 오류 수정
This commit is contained in:
@ -12,7 +12,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
|
||||
?>
|
||||
<li class="sidx_it_li <?php echo $sidx_it_last; ?>">
|
||||
<a href="<?php echo $href; ?>" class="sidx_it_a">
|
||||
<span><?php echo get_it_image($row['it_id']."_s", $img_width, $img_height); ?></span>
|
||||
<span><?php echo get_it_image($row['it_id']."_s", $img_width, $img_height, $row['it_id'], $type); ?></span>
|
||||
<b><?php echo stripslashes($row['it_name']); ?></b>
|
||||
<?php echo display_amount(get_amount($row), $row['it_tel_inq']); ?>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user