From c02e86752015a3f8ba6ac91f17a0aa2b3ea3245a Mon Sep 17 00:00:00 2001 From: harukin Date: Fri, 23 Nov 2018 17:57:38 +0900 Subject: [PATCH] --- view/theme/plusfuture/php/style.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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));