diff --git a/view/theme/plusfuture/php/style.php b/view/theme/plusfuture/php/style.php index 80da529..b4bd50f 100644 --- a/view/theme/plusfuture/php/style.php +++ b/view/theme/plusfuture/php/style.php @@ -132,8 +132,8 @@ if(file_exists('view/theme/plusfuture/css/style.css')) { $hoge = intval($converse_width); $converse_widtd = ($hoge * 2); - $converse_widtd .= "px"; - $converse_widts = "$converse_width" . "px"; + //$converse_widtd .= "px"; + //$converse_widts = "$converse_width" . "px"; // left aside and right aside are 285px + converse width $main_width = (($aside_width * 2) + intval($converse_width));