it_gallery 사용하는 코드 모두 삭제 #296

This commit is contained in:
gnuboard
2013-09-12 14:26:23 +09:00
parent e7d2d697cf
commit 4364f6c924
9 changed files with 14 additions and 70 deletions

View File

@ -15,12 +15,12 @@ for ($i=1; $row=sql_fetch_array($result); $i++)
<a href="<?php echo $href; ?>" class="sct_a">
<span class="sct_img"><?php echo get_it_image($row['it_id'], $img_width, $img_height); ?></span>
<b><?php echo stripslashes($row['it_name']); ?></b>
<?php if ($row['it_cust_price'] && !$row['it_gallery']) { ?>
<?php if ($row['it_cust_price']) { ?>
<s><?php echo display_price($row['it_cust_price']); ?></s>
<?php } ?>
<?php if (!$row['it_gallery']) { // 전시 상품이 아닐 때 ?>
<span class="sct_cost"><?php echo display_price(get_price($row), $row['it_tel_inq']); ?></span>
<?php } ?>
<?php if ($row['it_basic']) { ?>
<p><?php echo $row['it_basic']; ?></p>
<?php } ?>