공통: #341 상품상세 품절 표시 마크업 및 스타일

This commit is contained in:
whitedot
2013-11-28 13:11:49 +09:00
parent b3fc7561ed
commit 32278b1230
7 changed files with 32 additions and 24 deletions

View File

@ -84,6 +84,10 @@ for ($i=1; $row=sql_fetch_array($result); $i++) {
}
if ($this->view_it_icon) {
echo "<span class=\"sct_icon\">".item_icon($row)."</span>\n";
}
if ($this->view_sns) {
echo "<div class=\"sct_sns\">";
echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb.png');