#106 에 따른 아이콘 출력 함수 추가

This commit is contained in:
chicpro
2013-05-02 11:38:15 +09:00
parent 78b93c22b1
commit 7b9ba04f93
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>';