This commit is contained in:
harukin 2018-11-23 17:57:38 +09:00
parent 1be5fe4087
commit c02e867520

View File

@ -132,8 +132,8 @@ if(file_exists('view/theme/plusfuture/css/style.css')) {
$hoge = intval($converse_width);
$converse_widtd = ($hoge * 2);
$converse_widtd .= "px";
$converse_widts = "$converse_width" . "px";
//$converse_widtd .= "px";
//$converse_widts = "$converse_width" . "px";
// left aside and right aside are 285px + converse width
$main_width = (($aside_width * 2) + intval($converse_width));