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);