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

This commit is contained in:
chicpro
2013-04-11 18:06:57 +09:00
6 changed files with 314 additions and 208 deletions

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;
}