From eadc3de21e19c36246c489bc22ad3698b1791a54 Mon Sep 17 00:00:00 2001 From: harukin Date: Fri, 23 Nov 2018 18:01:25 +0900 Subject: [PATCH] --- view/theme/plusfuture/php/style.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/view/theme/plusfuture/php/style.php b/view/theme/plusfuture/php/style.php index b4bd50f..148d193 100644 --- a/view/theme/plusfuture/php/style.php +++ b/view/theme/plusfuture/php/style.php @@ -130,10 +130,6 @@ if(file_exists('view/theme/plusfuture/css/style.css')) { $aside_width = 288; - $hoge = intval($converse_width); - $converse_widtd = ($hoge * 2); - //$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)); @@ -170,6 +166,10 @@ 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"; // Set the schema to the default schema in derived themes. See the documentation for creating derived themes how to override this. if(local_channel() && App::$channel && App::$channel['channel_theme'] != 'plusfuture')