From a7cafa8c20aef128cd51099e625d371a3cb602f8 Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 30 Jul 2007 08:32:02 +0000 Subject: [PATCH] =?UTF-8?q?=EC=9C=84=EC=A0=AF=20=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=EC=83=9D=EC=84=B1=EA=B8=B0=EC=9D=98=20=EA=B0=80=EB=A1=9C=20?= =?UTF-8?q?=ED=81=AC=EA=B8=B0=20=EB=B6=80=EB=B6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@2084 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/widget/widget.controller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/widget/widget.controller.php b/modules/widget/widget.controller.php index d90cf5302..175f82670 100644 --- a/modules/widget/widget.controller.php +++ b/modules/widget/widget.controller.php @@ -50,8 +50,8 @@ $style .= sprintf("%s:%s%s;", "width", trim($vars->widget_width), $widget_width_type); - //if($vars->widget_position) $style .= sprintf("%s:%s;", "float", trim($vars->widget_position)); - //else $style .= "float:left;"; + if($vars->widget_position) $style .= sprintf("%s:%s;", "float", trim($vars->widget_position)); + else $style .= "float:left;"; $widget_code = sprintf('', $blank_img_path, $widget, implode(' ',$attribute), $style); } else { $widget_code = sprintf('', "100%", $blank_img_path, $style, $widget, implode(' ',$attribute));