Merge branch 'master' of github.com:gnuboard/yc4s
This commit is contained in:
@ -49,7 +49,7 @@ function get_it_image($img, $width=0, $height=0, $id="")
|
|||||||
{
|
{
|
||||||
$str = get_image($img, $width, $height);
|
$str = get_image($img, $width, $height);
|
||||||
if ($id) {
|
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;
|
return $str;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user