이니시스 웹표준결제 PHP7.1.1_v1.0 모듈 적용
This commit is contained in:
@ -20,7 +20,7 @@ add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">',
|
||||
echo '<li>';
|
||||
$it_name = get_text($row['it_name']);
|
||||
// 이미지로 할 경우
|
||||
$it_img = get_it_image($row[it_id], 60, 60, true);
|
||||
$it_img = get_it_image($row['it_id'], 60, 60, true);
|
||||
echo '<div class="prd_img">'.$it_img.'</div>';
|
||||
echo '<a href="'.G5_SHOP_URL.'/item.php?it_id='.$row['it_id'].'">'.$it_name.'</a>';
|
||||
//echo '<a href="'.G5_SHOP_URL.'/wishlist.php">'.$it_name.'</a>';
|
||||
|
||||
Reference in New Issue
Block a user