영카트 모바일 위시리스트 잘못된 코드 수정
This commit is contained in:
@ -47,7 +47,7 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
||||
<div class="wish_img"><a href="<?php echo shop_item_url($row['it_id']); ?>"><?php echo $image; ?></a></div>
|
||||
<div class="wish_info">
|
||||
<a href="<?php echo shop_item_url($row['it_id']); ?>" class="wish_prd"><?php echo stripslashes($row['it_name']); ?></a>
|
||||
<span class="info_price">123,000원</span>
|
||||
<span class="info_price"><?php echo display_price(get_price($row), $row['it_tel_inq'])."\n"; ?></span>
|
||||
<span class="info_date"><?php echo substr($row['wi_time'], 2, 17); ?></span>
|
||||
|
||||
<div class="wish_chk">
|
||||
|
||||
Reference in New Issue
Block a user