mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@752 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e902d0aa4e
commit
d332f6197f
1 changed files with 2 additions and 0 deletions
|
|
@ -662,6 +662,8 @@
|
|||
// 이미지 이름 체크
|
||||
$image_name_file = sprintf('./files/attach/image_name/%s%d.gif', getNumberingPath($member_srl), $member_srl);
|
||||
if(file_exists($image_name_file)) {
|
||||
list($width, $height, $type, $attrs) = getimagesize($image_name_file);
|
||||
$text = sprintf('<img src="%s" border="0" alt="image" width="%s" height="%s" />', $image_name_file, $width, $height);
|
||||
}
|
||||
|
||||
// 이미지 마크 체크 (가로 길이 20px 이내의 마크만 고려하고 직접 style로 표시를 해 준다, css를 쓸수가 없으므로)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue