#216 title 문구를 짧게 수정

This commit is contained in:
chicpro
2013-02-01 14:38:49 +09:00
parent 011bc2915a
commit 8ad2a1b387

View File

@ -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>";
} }
} }
} }