사용후기 상품문의 리스트 조건문 오류 수정

This commit is contained in:
chicpro
2014-04-16 17:55:18 +09:00
parent b67c4eeb81
commit 47cd258902
4 changed files with 4 additions and 4 deletions

View File

@ -97,7 +97,7 @@ add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">',
$iq_num--;
}
if ($i >= 0) echo '</ol>';
if ($i > 0) echo '</ol>';
if (!$i) echo '<p class="sit_empty">상품문의가 없습니다.</p>';
?>

View File

@ -56,7 +56,7 @@ add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">',
<?php }
if ($i >= 0) echo '</ol>';
if ($i > 0) echo '</ol>';
if (!$i) echo '<p class="sit_empty">사용후기가 없습니다.</p>';
?>