Merge branch 'master' of github.com:gnuboard/yc4s

This commit is contained in:
whitedot
2013-05-02 13:05:57 +09:00
2 changed files with 31 additions and 0 deletions

View File

@ -21,6 +21,9 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
<a href="#"><img src="<?php echo G4_URL; ?>/img/shop/sns_twt.png" alt="트위터에 공유"></a>
<a href="#"><img src="<?php echo G4_URL; ?>/img/shop/sns_goo.png" alt="구글플러스에 공유"></a>
</div>
<?php // 이미지 아이콘
echo display_item_icon($row);
?>
</li>
<?php }
if ($i > 0) echo '</ul>';