#177 에 따른 PC 쇼핑몰 코드 수정
This commit is contained in:
@ -35,7 +35,7 @@ include_once(G4_PATH.'/head.sub.php');
|
||||
<tr>
|
||||
<td>
|
||||
<a href="<?php echo $href; ?>" target="_blank">
|
||||
<?php echo get_it_image($row['it_id'].'_s', 40, 40); ?>
|
||||
<?php echo get_it_image($row['it_id'], 40, 40); ?>
|
||||
<?php echo cut_str(stripslashes($row['it_name']), 60, "…"); ?>
|
||||
</a>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user