사용후기 상품문의 리스트 조건문 오류 수정
This commit is contained in:
@ -97,7 +97,7 @@ add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">',
|
|||||||
$iq_num--;
|
$iq_num--;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($i >= 0) echo '</ol>';
|
if ($i > 0) echo '</ol>';
|
||||||
|
|
||||||
if (!$i) echo '<p class="sit_empty">상품문의가 없습니다.</p>';
|
if (!$i) echo '<p class="sit_empty">상품문의가 없습니다.</p>';
|
||||||
?>
|
?>
|
||||||
|
|||||||
@ -56,7 +56,7 @@ add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">',
|
|||||||
|
|
||||||
<?php }
|
<?php }
|
||||||
|
|
||||||
if ($i >= 0) echo '</ol>';
|
if ($i > 0) echo '</ol>';
|
||||||
|
|
||||||
if (!$i) echo '<p class="sit_empty">사용후기가 없습니다.</p>';
|
if (!$i) echo '<p class="sit_empty">사용후기가 없습니다.</p>';
|
||||||
?>
|
?>
|
||||||
|
|||||||
@ -98,7 +98,7 @@ add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">',
|
|||||||
$iq_num--;
|
$iq_num--;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($i >= 0) echo '</ol>';
|
if ($i > 0) echo '</ol>';
|
||||||
|
|
||||||
if (!$i) echo '<p class="sit_empty">상품문의가 없습니다.</p>';
|
if (!$i) echo '<p class="sit_empty">상품문의가 없습니다.</p>';
|
||||||
?>
|
?>
|
||||||
|
|||||||
@ -56,7 +56,7 @@ add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">',
|
|||||||
|
|
||||||
<?php }
|
<?php }
|
||||||
|
|
||||||
if ($i >= 0) echo '</ol>';
|
if ($i > 0) echo '</ol>';
|
||||||
|
|
||||||
if (!$i) echo '<p class="sit_empty">사용후기가 없습니다.</p>';
|
if (!$i) echo '<p class="sit_empty">사용후기가 없습니다.</p>';
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user