', 0);
?>
list_mod);
$li_width_style = ' style="width:'.$li_width.'%;"';
for ($i=0; $row=sql_fetch_array($result); $i++) {
if ($i == 0) {
if ($this->css) {
echo "
css}\">\n";
} else {
echo "\n";
}
}
if($i % $this->list_mod == 0)
$li_clear = ' sct_clear';
else
$li_clear = '';
echo "- \n";
if ($this->href) {
echo "\n";
}
if ($this->view_it_id) {
echo "
<".stripslashes($row['it_id']).">
\n";
}
if ($this->href) {
echo "\n";
}
if ($this->view_it_price) {
echo "\n";
echo display_price(get_price($row), $row['it_tel_inq'])."\n";
echo "
\n";
}
echo " \n";
}
if ($i > 0) echo "
\n";
if($i == 0) echo "등록된 관련상품이 없습니다.
\n";
?>