쇼핑몰: #101 #114 상품목록 타입 10, 11, 12, 13 보완

This commit is contained in:
whitedot
2013-05-02 15:31:55 +09:00
parent 33d9205167
commit 52e245d8de
4 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,7 @@ for ($i=1; $row=sql_fetch_array($result); $i++) {
?>
<li class="sct_li <?php echo $sct_last; ?>">
<a href="<?php echo $href; ?>" class="sct_a">
<span class="sct_arw_toleft"></span>
<span class="sct_img"><?php echo get_it_image($row['it_id'].'_s', $img_width, $img_height, '', $type); ?></span>
<b><?php echo stripslashes($row['it_name']); ?></b>
<p><?php echo $row['it_basic']; ?></p>

View File

@ -15,6 +15,7 @@ for ($i=1; $row=sql_fetch_array($result); $i++) {
?>
<li class="sct_li <?php echo $sct_last; ?>">
<a href="<?php echo $href; ?>" class="sct_a">
<span class="sct_arw_toleft"></span>
<span class="sct_img"><?php echo get_it_image($row['it_id'].'_s', $img_width, $img_height, '', $type); ?></span>
<b><?php echo stripslashes($row['it_name']); ?></b>
<p><?php echo $row['it_basic']; ?></p>