From 2593ff9c0856e2a4d0a3628b48b3b14d32fef5fe Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 21 Mar 2013 09:49:06 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EA=B0=A4?= =?UTF-8?q?=EB=9F=AC=EB=A6=AC=20=EC=8A=A4=ED=82=A8=20=EC=8D=B8=EB=84=A4?= =?UTF-8?q?=EC=9D=BC=20=ED=8F=AD,=20=EB=86=92=EC=9D=B4=20=EA=B4=80?= =?UTF-8?q?=EB=A0=A8=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/skin/board/gallery/list.skin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/skin/board/gallery/list.skin.php b/mobile/skin/board/gallery/list.skin.php index 02a56b037..969f83966 100644 --- a/mobile/skin/board/gallery/list.skin.php +++ b/mobile/skin/board/gallery/list.skin.php @@ -90,9 +90,9 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); $thumb = get_list_thumbnail($board['bo_table'], $list[$i]['wr_id'], $board['bo_mobile_gallery_width'], $board['bo_mobile_gallery_height']); if($thumb['src']) { - $img_content = ''.$thumb['alt'].''; + $img_content = ''.$thumb['alt'].''; } else { - $img_content = 'no image'; + $img_content = 'no image'; } echo $img_content;