get_it_image alt 처리를 위한 #62 작업

This commit is contained in:
whitedot
2013-04-11 17:55:04 +09:00
parent 107d9f05d5
commit a51304bd8e

View File

@ -49,7 +49,7 @@ function get_it_image($img, $width=0, $height=0, $id="")
{
$str = get_image($img, $width, $height);
if ($id) {
$str = "<a href=\"".G4_SHOP_URL."/item.php?it_id=$id\">$str</a>";
$str = '<a href="'.G4_SHOP_URL.'/item.php?it_id='.$id.'" alt="">'.$str.'</a>';
}
return $str;
}