From f5408cfbfb16ac4483e193a14bf99006da36564b Mon Sep 17 00:00:00 2001 From: harukin Date: Fri, 23 Nov 2018 18:16:11 +0900 Subject: [PATCH] --- view/theme/plusfuture/php/style.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/view/theme/plusfuture/php/style.php b/view/theme/plusfuture/php/style.php index 4a4fff3..5c1455b 100644 --- a/view/theme/plusfuture/php/style.php +++ b/view/theme/plusfuture/php/style.php @@ -30,11 +30,14 @@ if(! App::$install) { $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