get_it_image 함수 수정에 따른 코드 수정

This commit is contained in:
chicpro
2013-01-31 11:36:13 +09:00
parent ecd23c8927
commit 64bbdc7e3f
9 changed files with 58 additions and 76 deletions

View File

@ -188,7 +188,7 @@ else
<table cellpadding=0 cellspacing=0>
<tr><td height=22></td></tr>
<tr><td colspan=3 align=center>
<table cellpadding=1 cellspacing=0 bgcolor=#E4E4E4><tr><td id="middle_image"><?=get_large_image($filename, $it['it_id'], false)?><?=get_it_image($it['it_id'], $filename, $default['de_mimg_width'], $default['de_mimg_height']);?></a></td></tr></table></td></tr>
<table cellpadding=1 cellspacing=0 bgcolor=#E4E4E4><tr><td id="middle_image"><?=get_large_image($filename, $it['it_id'], false)?><?=get_it_image($it['it_id'], $default['de_mimg_width'], $default['de_mimg_height']);?></a></td></tr></table></td></tr>
<tr><td colspan=3 height=10></td></tr>
<tr>
<td colspan=3 align=center>
@ -200,8 +200,8 @@ else
if (file_exists($filepath.'/'.$filename) && $filename != "")
{
echo get_large_image($filename, $it['it_id'], false);
echo get_it_image($it['it_id'], $filename, 40, 40, "", "item_view_thumbnail");
echo "</a> &nbsp;";
echo "<img id=\"".$filename."\" src=\"".G4_DATA_URL."/item/".$it['it_id']."/".it_img_thumb($filename, $filepath, 40, 40)."\" class=\"item_view_thumbnail\" />";
echo "&nbsp;";
}
}
?>