#216 title 문구를 짧게 수정
This commit is contained in:
@ -111,7 +111,7 @@ class g4_thumb {
|
|||||||
if ($size[0] < $this->width) {
|
if ($size[0] < $this->width) {
|
||||||
return "<img src='$thumb' width='$size[0]' />";
|
return "<img src='$thumb' width='$size[0]' />";
|
||||||
} else {
|
} else {
|
||||||
return "<a href='$src' target='_blank' title='클릭하시면 이미지가 크게 보입니다.'><img src='$thumb' width='{$this->width}' border='0' /></a>";
|
return "<a href='$src' target='_blank' title='새창으로 크게 보기'><img src='$thumb' width='{$this->width}' border='0' /></a>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user