From 8e0a899ce1138ab8b1f9170a4208a502afb387ea Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 12 Feb 2014 09:30:40 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=B0=EB=84=88=20=EC=B6=9C=EB=A0=A5?= =?UTF-8?q?=EC=8B=9C=20url=EC=97=86=EC=9D=84=20=EB=95=8C=20=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=EB=90=98=EB=8A=94=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/shop/basic/boxbanner.skin.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/skin/shop/basic/boxbanner.skin.php b/skin/shop/basic/boxbanner.skin.php index 675389369..42d23942f 100644 --- a/skin/shop/basic/boxbanner.skin.php +++ b/skin/shop/basic/boxbanner.skin.php @@ -26,7 +26,9 @@ for ($i=0; $row=sql_fetch_array($result); $i++) else if ($row['bn_url'] && $row['bn_url'] != 'http://') { echo ''; } - echo ''.$row['bn_alt'].''.PHP_EOL; + echo ''.$row['bn_alt'].''; + if($row['bn_url']) + echo ''.PHP_EOL; echo ''.PHP_EOL; } }