\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";
}
if ($this->view_it_icon) {
echo "
".item_icon($row)."
\n";
}
if ($this->view_sns) {
$sns_top = $this->img_height + 10;
$sns_url = G5_SHOP_URL.'/item.php?it_id='.$row['it_id'];
$sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']);
echo "
";
echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/facebook.png');
echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/twitter.png');
echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/gplus.png');
echo get_sns_share_link('kakaotalk', $sns_url, $sns_title, G5_MSHOP_SKIN_URL.'/img/sns_kakao.png');
echo "
\n";
}
echo "