This commit is contained in:
harukin 2018-11-23 21:48:18 +09:00
parent b50c314fad
commit 473157f854

View File

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