새 병종 이미지 반영. 전콘

병종 이미지가 64px보다 크더라도 64px에 맞춰 보이도록 변경
This commit is contained in:
2018-04-14 04:00:38 +09:00
parent 71af68f2a5
commit 10e7e65acd
11 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ if($admin[img] >= 3) {
?>
<tr>
<td width=498 align=right rowspan=2 height=64 id=bg1>장수</td>
<td width=498><img src=<?=$image;?>/1001.jpg border=0 name=picture width=64 height=64></td>
<td width=498><img width='64' height='64' src=<?=$image;?>/1001.jpg border=0 name=picture></td>
</tr>
<?
}