get_it_image 함수 수정에 따른 코드 수정
This commit is contained in:
@ -66,7 +66,7 @@ for ($i=1; $i<=$tv_idx; $i++)
|
||||
if(file_exists($tv_filepath.'/'.$tv_filename) && $tv_filename != "")
|
||||
break;
|
||||
}
|
||||
$img = get_it_image($tv_it_id, $tv_filename, $tv_div['img_width'], $tv_div['img_height'], $tv_it_id);
|
||||
$img = get_it_image($tv_it_id, $tv_div['img_width'], $tv_div['img_height'], $tv_it_id);
|
||||
$img = str_replace("\"", "\\\"", $img);
|
||||
$img = preg_replace("/\<a /", "<a title='$it_name' ", $img);
|
||||
echo "goods_link[$i] = \"{$img}<br/><span class=small>".cut_str($it_name,10,"")."</span>\";\n";
|
||||
|
||||
Reference in New Issue
Block a user