From 473157f854a6eb81e4cdc54fb83f3565859c8a71 Mon Sep 17 00:00:00 2001 From: harukin Date: Fri, 23 Nov 2018 21:48:18 +0900 Subject: [PATCH] --- view/theme/plusfuture/php/style.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/plusfuture/php/style.php b/view/theme/plusfuture/php/style.php index ef31e3b..f85481f 100644 --- a/view/theme/plusfuture/php/style.php +++ b/view/theme/plusfuture/php/style.php @@ -168,7 +168,7 @@ if(local_channel() && App::$channel && App::$channel['channel_theme'] != 'plusfu set_pconfig(local_channel(), 'plusfuture', 'schema', '---'); echo ("アレ"); -$hoge = intval("$converse_width"); +$hoge = intval($converse_width); $converse_widtd = ($hoge * 2); echo($converse_width); echo($converse_widtd);