diff --git a/view/theme/plusfuture/php/style.php b/view/theme/plusfuture/php/style.php index 95a9061..4a4fff3 100644 --- a/view/theme/plusfuture/php/style.php +++ b/view/theme/plusfuture/php/style.php @@ -30,8 +30,8 @@ if(! App::$install) { $top_photo=get_pconfig($uid,'plusfuture','top_photo'); $reply_photo=get_pconfig($uid,'plusfuture','reply_photo'); - - $hoge = intval($converse_width); + + $hoge = intval("$converse_width"); $converse_widtd = ($hoge * 2); $converse_widtd .= "px"; $converse_widts = "$converse_width" . "px";