\n";
if ($this->href) {
echo "\n";
}
if ($this->view_it_icon) {
echo "".item_icon($row)."
\n";
}
if ($this->view_it_id) {
echo "<".stripslashes($row['it_id']).">
\n";
}
if ($this->href) {
echo "\n";
}
if ($this->view_it_cust_price || $this->view_it_price) {
echo "\n";
if ($this->view_it_cust_price && $row['it_cust_price']) {
echo "".display_price($row['it_cust_price'])."\n";
}
if ($this->view_it_price) {
echo display_price(get_price($row), $row['it_tel_inq'])."\n";
}
echo "
\n";
}
if ($this->view_sns) {
$sns_top = $this->img_height + 10;
$sns_url = $item_link_href;
$sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']);
echo "";
echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb_s.png');
echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt_s.png');
echo "
\n";
}
echo "\n";
}
if ($i > 1) echo "