From 104543df546e327b93f20a8fefa1588c06cbdd02 Mon Sep 17 00:00:00 2001 From: harukin Date: Fri, 23 Nov 2018 18:22:56 +0900 Subject: [PATCH] --- view/theme/plusfuture/php/style.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/view/theme/plusfuture/php/style.php b/view/theme/plusfuture/php/style.php index 5c1455b..47c4bd9 100644 --- a/view/theme/plusfuture/php/style.php +++ b/view/theme/plusfuture/php/style.php @@ -29,15 +29,6 @@ if(! App::$install) { $converse_width=get_pconfig($uid,'plusfuture','converse_width'); $top_photo=get_pconfig($uid,'plusfuture','top_photo'); $reply_photo=get_pconfig($uid,'plusfuture','reply_photo'); - - echo ("アレ"); - $hoge = intval("$converse_width"); - $converse_widtd = ($hoge * 2); - $converse_widtd .= "px"; - $converse_widts = "$converse_width" . "px"; - echo($converse_width); - echo($converse_widtd); - echo($converse_widts); } // Now load the scheme. If a value is changed above, we'll keep the settings @@ -136,7 +127,6 @@ if(file_exists('view/theme/plusfuture/css/style.css')) { $aside_width = 288; - // left aside and right aside are 285px + converse width $main_width = (($aside_width * 2) + intval($converse_width)); @@ -171,7 +161,17 @@ if(file_exists('view/theme/plusfuture/css/style.css')) { echo str_replace(array_keys($options), array_values($options), $x); } + // 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') set_pconfig(local_channel(), 'plusfuture', 'schema', '---'); + +echo ("アレ"); +$hoge = intval("$converse_width"); +$converse_widtd = ($hoge * 2); +$converse_widtd .= "px"; +$converse_widts = "$converse_width" . "px"; +echo($converse_width); +echo($converse_widtd); +echo($converse_widts); \ No newline at end of file